]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/platform.h
disable use of #pragma interface under Mac OS X
[wxWidgets.git] / include / wx / platform.h
index 1f9798e967f610e8ed38ac149949f3f1c9682318..24d8e5a99f0d0174524accf2087c763da9a837c3 100644 (file)
@@ -6,7 +6,7 @@
  * 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_ */