X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fwin32%2Ffunctions%2F_PDCLIB%2F_PDCLIB_w32errno.c;h=3e0ebdbe5da2d7c3880653d98b8fd8a24e8df7ab;hb=e1c526e9bad3f6e69391e94059096145390508d3;hp=5e03ef53a6b4737a56a67a0d050c098a1170b451;hpb=d8928b5f31bbdac23f9ec296ef28b4b10efa31d5;p=pdclib diff --git a/platform/win32/functions/_PDCLIB/_PDCLIB_w32errno.c b/platform/win32/functions/_PDCLIB/_PDCLIB_w32errno.c index 5e03ef5..3e0ebdb 100644 --- a/platform/win32/functions/_PDCLIB/_PDCLIB_w32errno.c +++ b/platform/win32/functions/_PDCLIB/_PDCLIB_w32errno.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_allocpages( int const ) This file is part of the Public Domain C Library (PDCLib). @@ -11,8 +9,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 @@ -53,4 +54,4 @@ int main( void ) return TEST_RESULTS; } -#endif \ No newline at end of file +#endif