]> pd.if.org Git - pdclib/blobdiff - platform/win32/functions/stdio/remove.c
Removed SVN keyword tags.
[pdclib] / platform / win32 / functions / stdio / remove.c
index 913bdf3bee2aa6a95bed1f8288ab9c75146c40dd..51b2b4f3636d57a675e7676a20353047fe54fc3f 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* remove( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -15,6 +13,7 @@
 
 #include <string.h>
 #include <errno.h>
+#include <wchar.h> // Watcom bug: winnt.h assumes string.h defines wchar_t
 #include <windows.h>
 
 extern struct _PDCLIB_file_t * _PDCLIB_filelist;