X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/147043343ea6b36fd07f786ab4c5d2d6f6be09e6..a9249b2eb2a40d8c71f828669045c4ddaa8dc5ff:/src/common/string.cpp diff --git a/src/common/string.cpp b/src/common/string.cpp index 7b9e376870..b45a1482a0 100644 --- a/src/common/string.cpp +++ b/src/common/string.cpp @@ -133,7 +133,7 @@ extern const wxChar WXDLLEXPORT *wxEmptyString = &g_strEmpty.dummy; #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