# undef wxUSE_STACKWALKER
# 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 */
#if defined(__MWERKS__)
#endif /* wxUSE_UNICODE */
#if defined( __MWERKS__ ) && !defined(__INTEL__)
-// otherwise MSL headers bring in WIN32 dependant APIs
+/* otherwise MSL headers bring in WIN32 dependant APIs */
#undef UNICODE
#endif
with wx/msw/setup.h */
#define wxUSE_XPM_IN_MSW wxUSE_XPM
-// Set to 0 to disable PostScript print/preview architecture code under Windows
-// (just use Windows printing).
+/* Set to 0 to disable PostScript print/preview architecture code under Windows
+ (just use Windows printing).
+ */
#define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1
#endif /* __WIN32__ */
#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:4214)
#endif