possible fix for templates with digitalmars

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2003-05-06 15:08:52 +00:00
parent 59fac08507
commit 957f03699b
2 changed files with 32 additions and 1 deletions

View File

@@ -306,7 +306,7 @@
#endif
#if defined (__WXMSW__)
#if !defined(__DIGITALMARS__) && !defined(__WATCOMC__)
#if !defined(__WATCOMC__)
#define wxHAVE_RAW_BITMAP
#endif
#endif