]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/file.cpp
DJGPP compilation fixes
[wxWidgets.git] / src / common / file.cpp
index 17b5627877f1282f8fa80f727e6dfcc9c3ac36c8..b7ce74c79481cdef104bdcfc5acc62716ea25ba9 100644 (file)
@@ -61,7 +61,6 @@
     #endif
 #elif defined(__DOS__) && defined(__WATCOMC__)
     #include <io.h>
-    char* mktemp(char *path) { return _mktemp(path); }
 #elif (defined(__WXPM__))
     #include <io.h>
     #define   W_OK        2