X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fwin32%2Fcrt0.c;h=dd00c53009fa360f342ea45082a174089d4bed47;hb=c952424afa451bb4c2ca04510b2c3994909fbdcb;hp=f7f6a925243cc76ebb59e4b1fe0661abf4f1cd8d;hpb=ad3b973c52042b79674b7e8d4317df0ee24680db;p=pdclib.old diff --git a/platform/win32/crt0.c b/platform/win32/crt0.c index f7f6a92..dd00c53 100644 --- a/platform/win32/crt0.c +++ b/platform/win32/crt0.c @@ -1,8 +1,9 @@ -#include #include #include #include #include +#include // Watcom bug: winnt.h assumes string.h defines wchar_t +#include static char ** argvToAnsi( wchar_t ** wargv, int argc ) {