refs #891, unified "windows.h"

Remark: Using the lc version seems to be slightly smarter
http://stackoverflow.com/a/15466951/356726
This commit is contained in:
Klaus Basan
2017-02-28 05:47:48 +01:00
committed by Mathew Sutcliffe
parent d280141563
commit 056d205488
5 changed files with 5 additions and 7 deletions

View File

@@ -27,7 +27,7 @@
# ifndef NOMINMAX
# define NOMINMAX
# endif
# include <Windows.h>
# include <windows.h>
#else
using DWORD = unsigned long; //!< Fake Windows DWORD
#endif