]> git.saurik.com Git - wxWidgets.git/commitdiff
Only create wxBuffer on wxMSW and wxMac platforms
authorJulian Smart <julian@anthemion.co.uk>
Thu, 18 Apr 2002 13:15:45 +0000 (13:15 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 18 Apr 2002 13:15:45 +0000 (13:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/dialoged/src/reswrite.cpp

index a0a619c393204c1ad46ab77508ad42cb72f78f21..d2fed79bdc6e7151a6fc48bea3ccdca8d1d4a1be 100644 (file)
@@ -36,7 +36,9 @@
 
 #include "reseditr.h"
 
+#if !defined(__WXMSW__) && defined(__WXMAC__)
 static char wxBuffer[512];
+#endif
 
 char *SafeString(char *s);
 char *SafeWord(const wxString& s);