X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/57fbe23f68f9ef92b8ef7e26bd06b399b53e33b2..3399051ee9fa4dfa5fa7ac2dd9034062f4414d64:/include/wx/platform.h?ds=inline diff --git a/include/wx/platform.h b/include/wx/platform.h index 1f9798e967..24d8e5a99f 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -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 */ @@ -297,5 +297,19 @@ #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_ */