Now windows.h must be explicitely included

This commit is contained in:
jgarcia 2007-04-14 11:32:19 +00:00
parent 3098867868
commit d5632cd0eb

View file

@ -24,12 +24,12 @@
* is designed to produce a DLL and we rather want a static
* reference
*/
#include <windows.h>
#include <gc.h>
extern HANDLE WINAPI GC_CreateThread(
LPSECURITY_ATTRIBUTES lpThreadAttributes,
DWORD dwStackSize, LPTHREAD_START_ROUTINE lpStartAddress,
LPVOID lpParameter, DWORD dwCreationFlags, LPDWORD lpThreadId );
#ifndef WITH___THREAD
DWORD cl_env_key;
#endif