Fix Win32 compilation when threads are not enabled.

This commit is contained in:
mgoffioul 2006-10-09 09:14:24 +00:00
parent 640c509f8b
commit d787aa2e8d

View file

@ -568,6 +568,9 @@ si_pointer(cl_object x)
}
#if defined(_MSC_VER) || defined(mingw32)
#if !defined(ECL_THREADS)
#include <windows.h>
#endif
void
ecl_get_commandline_args(int* argc, char*** argv) {
LPWSTR *wArgs;