(g2-UU+5B73): Add `=decomposition@hanyo-denshi'.
[chise/xemacs-chise.git.1] / src / syswindows.h
index 0994b38..131c155 100644 (file)
@@ -180,6 +180,9 @@ typedef NMHDR *LPNMHDR;
 #ifndef MAC_CHARSET
 #define MAC_CHARSET            77
 #endif
+#ifndef LOCALE_RETURN_NUMBER
+#define LOCALE_RETURN_NUMBER   0x20000000
+#endif
 
 /***************************************************************/
 
@@ -187,7 +190,7 @@ typedef NMHDR *LPNMHDR;
 
 #include <wchar.h>
 
-#ifdef CYGWIN
+#if defined (CYGWIN) && (CYGWIN_VERSION_DLL_COMBINED < 190)
 
 /* All but wcscmp and wcslen left out of Cygwin headers -- but present
    in /usr/include/mingw32/string.h! */