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:
@@ -300,8 +300,11 @@
|
|||||||
#ifdef __SC__
|
#ifdef __SC__
|
||||||
#ifdef __DMC__
|
#ifdef __DMC__
|
||||||
#define __DIGITALMARS__
|
#define __DIGITALMARS__
|
||||||
|
#else
|
||||||
|
#define __SYMANTEC__
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#endif /* _WX_PLATFORM_H_ */
|
#endif /* _WX_PLATFORM_H_ */
|
||||||
|
|
||||||
|
@@ -633,7 +633,7 @@
|
|||||||
defined(__EMX__) || defined(__DJGPP__)
|
defined(__EMX__) || defined(__DJGPP__)
|
||||||
#define wxStricmp stricmp
|
#define wxStricmp stricmp
|
||||||
#define wxStrnicmp strnicmp
|
#define wxStrnicmp strnicmp
|
||||||
#elif defined(__SC__) || defined(__VISUALC__) || \
|
#elif defined(__SYMANTEC__) || defined(__VISUALC__) || \
|
||||||
(defined(__MWERKS__) && defined(__INTEL__))
|
(defined(__MWERKS__) && defined(__INTEL__))
|
||||||
#define wxStricmp _stricmp
|
#define wxStricmp _stricmp
|
||||||
#define wxStrnicmp _strnicmp
|
#define wxStrnicmp _strnicmp
|
||||||
|
Reference in New Issue
Block a user