X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fwin32%2Ffunctions%2F_PDCLIB%2F_PDCLIB_w32errno.c;h=ae1804a985e539598bcb72accdeed75a9f31240b;hb=95589c7099f783cfb8c0260ac453d2aeab083a37;hp=5e03ef53a6b4737a56a67a0d050c098a1170b451;hpb=217a2f477ad6dbbac816981589ee2f5a81dffd67;p=pdclib.old diff --git a/platform/win32/functions/_PDCLIB/_PDCLIB_w32errno.c b/platform/win32/functions/_PDCLIB/_PDCLIB_w32errno.c index 5e03ef5..ae1804a 100644 --- a/platform/win32/functions/_PDCLIB/_PDCLIB_w32errno.c +++ b/platform/win32/functions/_PDCLIB/_PDCLIB_w32errno.c @@ -11,8 +11,11 @@ #ifndef REGTEST #include +#include // Watcom bug: winnt.h assumes string.h defines wchar_t #include +void _PDCLIB_w32errno(void); + void _PDCLIB_w32errno(void) { // Not exhaustive