From: Vadim Zeitlin Date: Fri, 12 Nov 1999 14:31:59 +0000 (+0000) Subject: it didn't compile at all... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7f4791dda9267635f98b1a1f9113f06cab3c257f?ds=inline it didn't compile at all... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/setup.h b/include/wx/setup.h index 8f4372749a..018eb32fe9 100644 --- a/include/wx/setup.h +++ b/include/wx/setup.h @@ -17,8 +17,7 @@ #ifdef __VMS #include "[--]setup.h" -#elif -#if defined(__WXMSW__) +#elif defined(__WXMSW__) #include "wx/msw/setup.h" #elif defined(__WXMAC__) #include "wx/mac/setup.h" @@ -33,7 +32,6 @@ #elif defined(__WXGTK__) #include "wx/gtk/setup.h" #endif -#endif /* * Compatibility defines: note that, in general, there is a a reason for not @@ -75,5 +73,5 @@ #define wxUSE_COMPATIBLE_COORD_TYPES 1 #endif /* WXWIN_COMPATIBILITY_2_MAX */ -#endif +#endif // _WX_SETUP_H_BASE_ /* _WX_SETUP_H_BASE_ */