*** LYUtils.org Wed Dec 15 04:03:18 1999 --- LYUtils.c Sun Jan 9 10:26:38 2000 *************** *** 7714,7720 **** PUBLIC char * w32_strerror(DWORD ercode) { /* __declspec(thread) necessary if you will use multiple threads */ ! #ifdef __CYGWIN__ static char msg_buff[256]; #else __declspec(thread) static char msg_buff[256]; --- 7714,7720 ---- PUBLIC char * w32_strerror(DWORD ercode) { /* __declspec(thread) necessary if you will use multiple threads */ ! #if defined(__CYGWIN__) || defined(_WINDOWS) static char msg_buff[256]; #else __declspec(thread) static char msg_buff[256]; *** LYMainLoop.org Wed Dec 15 04:03:18 1999 --- LYMainLoop.c Sun Jan 9 10:45:08 2000 *************** *** 6202,6208 **** textinput_activated = TRUE; #endif ! #if defined(WIN_EX) /* 1997/10/08 (Wed) 14:52:06 */ if (nlinks > 0) { char *p = "LYNX (unknown link type)"; --- 6200,6206 ---- textinput_activated = TRUE; #endif ! #if defined(CJK_EX) /* 1997/10/08 (Wed) 14:52:06 */ if (nlinks > 0) { char *p = "LYNX (unknown link type)"; *************** *** 6268,6274 **** set_ws_title(HTUnEscape(temp_buff)); } } ! #endif /* WIN_EX */ /* * Report unread or new mail, if appropriate. --- 6266,6272 ---- set_ws_title(HTUnEscape(temp_buff)); } } ! #endif /* CJK_EX */ /* * Report unread or new mail, if appropriate.