diff src/intl-encap-win32.c @ 4837:493e2aa349fd

imported patch cygwin-headers-cosmetic-1-11-10
author Ben Wing <ben@xemacs.org>
date Tue, 12 Jan 2010 01:42:20 -0600
parents c12b646d84ee
children 50861fea97f6
line wrap: on
line diff
--- a/src/intl-encap-win32.c	Tue Jan 12 01:42:15 2010 -0600
+++ b/src/intl-encap-win32.c	Tue Jan 12 01:42:20 2010 -0600
@@ -1217,7 +1217,7 @@
 BOOL
 qxeUpdateICMRegKey (DWORD arg1, Extbyte * arg2, Extbyte * arg3, UINT arg4)
 {
-#if defined (CYGWIN_HEADERS)
+#ifdef CYGWIN_HEADERS
   /* Cygwin mistakenly declares the second argument as DWORD. */
   if (XEUNICODE_P)
     return UpdateICMRegKeyW (arg1, (DWORD) arg2, (LPWSTR) arg3, arg4);