]> pd.if.org Git - pdclib/blobdiff - platform/win32/functions/_PDCLIB/_PDCLIB_w32errno.c
Removed SVN keyword tags.
[pdclib] / platform / win32 / functions / _PDCLIB / _PDCLIB_w32errno.c
index da237f4c3c3ba33b5d43a8943986d0e01305a09e..3e0ebdbe5da2d7c3880653d98b8fd8a24e8df7ab 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */\r
-\r
 /* _PDCLIB_allocpages( int const )\r
 \r
    This file is part of the Public Domain C Library (PDCLib).\r
@@ -14,6 +12,8 @@
 #include <wchar.h> // Watcom bug: winnt.h assumes string.h defines wchar_t\r
 #include <windows.h>\r
 \r
+void _PDCLIB_w32errno(void);\r
+\r
 void _PDCLIB_w32errno(void)\r
 {\r
     // Not exhaustive\r
@@ -54,4 +54,4 @@ int main( void )
     return TEST_RESULTS;\r
 }\r
 \r
-#endif
\ No newline at end of file
+#endif\r