]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/string.cpp
fix for using wxDataObjectComposite with the clipboard
[wxWidgets.git] / src / common / string.cpp
index 7b9e37687073db176547bd24b5c7414eb2375056..b45a1482a020d4bf564b139456d0f1bda485f849 100644 (file)
@@ -133,7 +133,7 @@ extern const wxChar WXDLLEXPORT *wxEmptyString = &g_strEmpty.dummy;
     #endif //compiler
 #endif // no vsnprintf
 
     #endif //compiler
 #endif // no vsnprintf
 
-#if defined(_AIX) || defined(__DJGPP__)
+#if defined(_AIX)
   // AIX has vsnprintf, but there's no prototype in the system headers.
   extern "C" int vsnprintf(char* str, size_t n, const char* format, va_list ap);
 #endif
   // AIX has vsnprintf, but there's no prototype in the system headers.
   extern "C" int vsnprintf(char* str, size_t n, const char* format, va_list ap);
 #endif