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?…
==============================================================================
--- 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>