mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-11 03:33:11 -08:00
Fix Win32 compilation when threads are not enabled.
This commit is contained in:
parent
640c509f8b
commit
d787aa2e8d
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue