Two small fixes for the Windows implementation (#661)
* Check if NOMIMMAX is defined before defining it * Pass char* for a %s format in a snprintf call
This commit is contained in:
parent
6571279d6d
commit
7035af5fc3
@ -4,7 +4,9 @@
|
|||||||
|
|
||||||
// Prevent Windows headers from defining min/max macros and instead
|
// Prevent Windows headers from defining min/max macros and instead
|
||||||
// use STL.
|
// use STL.
|
||||||
|
#ifndef NOMINMAX
|
||||||
#define NOMINMAX
|
#define NOMINMAX
|
||||||
|
#endif // ifndef NOMINMAX
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
Loading…
Reference in New Issue
Block a user