1
0
forked from 0ad/0ad

some fixes to coexist with windows.h, if included from win-specific code (i.e. wsdl)

This was SVN commit r456.
This commit is contained in:
janwas 2004-06-09 15:48:47 +00:00
parent 0409f4d9d3
commit 1c5c3da703

View File

@ -19,7 +19,7 @@
#define WINAPI __stdcall
#endif
#ifndef DECLARE_HANDLE
typedef void VOID;
typedef void* LPVOID;
typedef int BOOL;
@ -35,6 +35,7 @@ typedef int(*PROC)(void);
#define DECLARE_HANDLE(name) typedef HANDLE name
DECLARE_HANDLE(HDC);
DECLARE_HANDLE(HGLRC);
#endif
typedef unsigned short wchar_t; // for glu.h