Include windef.h, which then includes winnt.h, which uses our wchar_t check and repor...
authorColin Finck <colin@reactos.org>
Sat, 18 Aug 2007 21:10:14 +0000 (21:10 +0000)
committerColin Finck <colin@reactos.org>
Sat, 18 Aug 2007 21:10:14 +0000 (21:10 +0000)
Then the host finally knows that it should not define wchar_t again.

svn path=/trunk/; revision=28411

reactos/tools/unicode/cptable.c

index 7e45f15..dd66d2f 100644 (file)
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
+#include <windef.h>
 #include <stdlib.h>
 
 #include "wine/unicode.h"