]> git.saurik.com Git - wxWidgets.git/commitdiff
Oops, Watcom doesn't have _mktemp in DOS
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 14 Dec 2001 19:24:32 +0000 (19:24 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 14 Dec 2001 19:24:32 +0000 (19:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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