Applied patch [ 1306443 ] Removal of C++-style comments from C files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36952 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2006-01-18 10:25:04 +00:00
parent 55a667b658
commit 3b2b40b45f
4 changed files with 6 additions and 5 deletions

View File

@ -71,7 +71,7 @@
# undef wxUSE_STACKWALKER # undef wxUSE_STACKWALKER
# define wxUSE_STACKWALKER 0 # define wxUSE_STACKWALKER 0
#endif // compiler doesn't support SEH #endif /* compiler doesn't support SEH */
/* wxUSE_DEBUG_NEW_ALWAYS doesn't work with CodeWarrior */ /* wxUSE_DEBUG_NEW_ALWAYS doesn't work with CodeWarrior */
#if defined(__MWERKS__) #if defined(__MWERKS__)

View File

@ -235,7 +235,7 @@
#endif /* wxUSE_UNICODE */ #endif /* wxUSE_UNICODE */
#if defined( __MWERKS__ ) && !defined(__INTEL__) #if defined( __MWERKS__ ) && !defined(__INTEL__)
// otherwise MSL headers bring in WIN32 dependant APIs /* otherwise MSL headers bring in WIN32 dependant APIs */
#undef UNICODE #undef UNICODE
#endif #endif

View File

@ -1064,8 +1064,9 @@
with wx/msw/setup.h */ with wx/msw/setup.h */
#define wxUSE_XPM_IN_MSW wxUSE_XPM #define wxUSE_XPM_IN_MSW wxUSE_XPM
// Set to 0 to disable PostScript print/preview architecture code under Windows /* Set to 0 to disable PostScript print/preview architecture code under Windows
// (just use Windows printing). (just use Windows printing).
*/
#define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1 #define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1
#endif /* __WIN32__ */ #endif /* __WIN32__ */

View File

@ -9,7 +9,7 @@
#if defined(_WIN32_WCE) #if defined(_WIN32_WCE)
// eVC cause warnings in its own headers: stdlib.h and winnt.h /* eVC cause warnings in its own headers: stdlib.h and winnt.h */
#pragma warning (disable:4115) #pragma warning (disable:4115)
#pragma warning (disable:4214) #pragma warning (disable:4214)
#endif #endif