mirror of https://github.com/aap/librw.git
added NOMINMAX macro-def to exclude min and max definitions of the Windows.h header
This commit is contained in:
parent
63e2db49cb
commit
ed86df0675
|
@ -1,4 +1,5 @@
|
|||
#ifdef RW_D3D9
|
||||
#define NOMINMAX
|
||||
#include <d3d9.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue