Fixed compiling with MSVC.

This commit is contained in:
Maarten Bent
2016-02-06 17:09:36 +01:00
parent 413d7c220c
commit 47794945b5

View File

@@ -46,7 +46,7 @@
#endif #endif
#if defined(__WXMSW__) && !defined(__WXUNIVERSAL__) #if defined(__WXMSW__) && !defined(__WXUNIVERSAL__)
#define "wx/msw/wrapwin.h" #include "wx/msw/wrapwin.h"
#endif #endif
// NOTE: If using the wxListBox visual attributes works everywhere then this can // NOTE: If using the wxListBox visual attributes works everywhere then this can