From: Jouk Jansen Date: Fri, 26 Apr 2002 14:54:39 +0000 (+0000) Subject: Committing in . X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9f4de6b2cf06f53a98b28f53640f3b9ec8cf4182 Committing in . OpenVMS also need wxBuffer defined. Modified Files: wxWindows/utils/dialoged/src/reswrite.cpp ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15267 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/utils/dialoged/src/reswrite.cpp b/utils/dialoged/src/reswrite.cpp index d2fed79bdc..c195aceea3 100644 --- a/utils/dialoged/src/reswrite.cpp +++ b/utils/dialoged/src/reswrite.cpp @@ -36,7 +36,7 @@ #include "reseditr.h" -#if !defined(__WXMSW__) && defined(__WXMAC__) +#if ( !defined(__WXMSW__) && defined(__WXMAC__) ) || defined( __VMS ) static char wxBuffer[512]; #endif