Macro swicth from SC to SYMANTEC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
384f18ed35
commit
bf978f96c2
2 changed files with 4 additions and 1 deletions
|
|
@ -300,8 +300,11 @@
|
|||
#ifdef __SC__
|
||||
#ifdef __DMC__
|
||||
#define __DIGITALMARS__
|
||||
#else
|
||||
#define __SYMANTEC__
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
#endif /* _WX_PLATFORM_H_ */
|
||||
|
||||
|
|
|
|||
|
|
@ -633,7 +633,7 @@
|
|||
defined(__EMX__) || defined(__DJGPP__)
|
||||
#define wxStricmp stricmp
|
||||
#define wxStrnicmp strnicmp
|
||||
#elif defined(__SC__) || defined(__VISUALC__) || \
|
||||
#elif defined(__SYMANTEC__) || defined(__VISUALC__) || \
|
||||
(defined(__MWERKS__) && defined(__INTEL__))
|
||||
#define wxStricmp _stricmp
|
||||
#define wxStrnicmp _strnicmp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue