[ros-diffs] [cfinck] 28631: Include "windef.h" in "mkstemps.c" for our wchar_t check. This is just a temporary solution for fixing the compilation on Mac OS X hosts until host and target headers are fully separated.

cfinck at svn.reactos.org cfinck at svn.reactos.org
Tue Aug 28 22:03:16 CEST 2007


Author: cfinck
Date: Wed Aug 29 00:03:15 2007
New Revision: 28631

URL: http://svn.reactos.org/svn/reactos?rev=28631&view=rev
Log:
Include "windef.h" in "mkstemps.c" for our wchar_t check.
This is just a temporary solution for fixing the compilation on Mac OS X hosts until host and target headers are fully separated.

Modified:
    trunk/reactos/tools/wrc/port/mkstemps.c

Modified: trunk/reactos/tools/wrc/port/mkstemps.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/wrc/port/mkstemps.c?rev=28631&r1=28630&r2=28631&view=diff
==============================================================================
--- trunk/reactos/tools/wrc/port/mkstemps.c (original)
+++ trunk/reactos/tools/wrc/port/mkstemps.c Wed Aug 29 00:03:15 2007
@@ -19,6 +19,7 @@
 #include "config.h"
 
 #include <sys/types.h>
+#include "windef.h"
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>




More information about the Ros-diffs mailing list