* Created: 29.10.01 (extracted from wx/defs.h)
* RCS-ID: $Id$
* Copyright: (c) 1997-2001 wxWindows team
- * Licence: wxWindows license
+ * Licence: wxWindows licence
*/
/* THIS IS A C FILE, DON'T USE C++ FEATURES (IN PARTICULAR COMMENTS) IN IT */
#define wxCHECK_W32API_VERSION(maj, min) (0)
#endif
+#ifdef __SC__
+ #ifdef __DMC__
+ #define __DIGITALMARS__
+ #else
+ #define __SYMANTEC__
+ #endif
+#endif
+
+#if defined (__WXMSW__)
+ #if !defined(__WATCOMC__)
+ #define wxHAVE_RAW_BITMAP
+ #endif
+#endif
+
#endif /* _WX_PLATFORM_H_ */