include wtypes.h on win32 platforms

This commit is contained in:
Brian Matzon 2004-12-13 17:06:48 +00:00
parent bf3a49ec1d
commit 9dbf3119d7
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@
#include <jni.h>
#include <stdlib.h>
#ifdef WIN32
#include <wtypes.h>
#endif
#include "common_tools.h"
static bool debug = false;