X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fwin32%2Ffunctions%2F_PDCLIB%2F_PDCLIB_w32errno.c;h=6a7bc019cfb5980d40139bccce5ae79003d996b9;hp=ae1804a985e539598bcb72accdeed75a9f31240b;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=fd4f8bed4de2044cb057cb36c66ee71b6e5179b7 diff --git a/platform/win32/functions/_PDCLIB/_PDCLIB_w32errno.c b/platform/win32/functions/_PDCLIB/_PDCLIB_w32errno.c index ae1804a..6a7bc01 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). @@ -49,11 +47,11 @@ void _PDCLIB_w32errno(void) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) { return TEST_RESULTS; } -#endif \ No newline at end of file +#endif