Macro swicth from SC to SYMANTEC

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2003-05-02 11:21:03 +00:00
parent 0b3f29b359
commit 2bdf715463
5 changed files with 5 additions and 5 deletions

View File

@@ -56,7 +56,7 @@
#include <commdlg.h>
#endif // Win16
#if defined(__WATCOMC__) || defined(__SC__) || defined(__SALFORDC__)
#if defined(__WATCOMC__) || defined(__SYMANTEC__) || defined(__SALFORDC__)
#include <windowsx.h>
#include <commdlg.h>
#endif