Compilation fix for Cygwin, it doesn't have digitalv.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
#include "wx/wx.h"
|
#include "wx/wx.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__WINDOWS__) && !defined(__MINGW32__) && !defined(__WATCOMC__)
|
#if defined(__WINDOWS__) && !defined(__MINGW32__) && !defined(__WATCOMC__) && !defined(__CYGWIN__)
|
||||||
// versions of Open Watcom and MinGW tested against this source does not
|
// versions of Open Watcom and MinGW tested against this source does not
|
||||||
// deliver "digitalv.h" required in this feature
|
// deliver "digitalv.h" required in this feature
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user