Remove special rules for Windows.h and library includes
This commit is contained in:
parent
fa5d9d8266
commit
32bddfa1f5
6 changed files with 8 additions and 10 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
// windows.h needs to be included before other windows headers
|
||||
#include <commdlg.h> // for GetSaveFileName
|
||||
#include <direct.h> // getcwd
|
||||
#include <io.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue