Include windows.h in native dialog sample resource file

Get rid of compiler specific include.
This commit is contained in:
Maarten Bent 2020-10-21 01:00:31 +02:00
parent c2819c8d38
commit 6a579ce34d

View file

@ -20,10 +20,7 @@
#define wxID_NO 5104
#include "resource.h"
#if !defined(__GNUWIN32__)
#include <commctrl.h>
#endif
#include <windows.h>
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////