fix for DMC missing mouse defines

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25252 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2004-01-19 16:41:08 +00:00
parent 8d8b257c4e
commit 446ea10731
2 changed files with 34 additions and 1 deletions

View File

@@ -114,7 +114,7 @@
#include "wx/msw/gnuwin32/extra.h"
#endif
#if defined(__GNUG__)
#if defined(__GNUG__) || defined(__DMC__)
#include "wx/msw/missing.h"
#endif