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=da237f4c3c3ba33b5d43a8943986d0e01305a09e;hpb=48b352165d2cb89126ddde1323a138820687970a;p=pdclib diff --git a/platform/win32/functions/_PDCLIB/_PDCLIB_w32errno.c b/platform/win32/functions/_PDCLIB/_PDCLIB_w32errno.c index da237f4..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). @@ -14,6 +12,8 @@ #include // Watcom bug: winnt.h assumes string.h defines wchar_t #include +void _PDCLIB_w32errno(void); + void _PDCLIB_w32errno(void) { // Not exhaustive @@ -54,4 +54,4 @@ int main( void ) return TEST_RESULTS; } -#endif \ No newline at end of file +#endif