mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-01 07:10:34 -08:00
Now windows.h must be explicitely included
This commit is contained in:
parent
3098867868
commit
d5632cd0eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue