Selaa lähdekoodia

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
ld
Felipe Oliveira Carvalho 5 vuotta sitten
committed by Chris Mumford
vanhempi
commit
7035af5fc3
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. +2
    -0
      util/env_windows.cc

+ 2
- 0
util/env_windows.cc Näytä tiedosto

@ -4,7 +4,9 @@
// Prevent Windows headers from defining min/max macros and instead
// use STL.
#ifndef NOMINMAX
#define NOMINMAX
#endif // ifndef NOMINMAX
#include <windows.h>
#include <algorithm>

Ladataan…
Peruuta
Tallenna