Include windows.h in native dialog sample resource file
Get rid of compiler specific include.
This commit is contained in:
parent
c2819c8d38
commit
6a579ce34d
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue