Преглед изворни кода

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
xry
Felipe Oliveira Carvalho пре 5 година
committed by Chris Mumford
родитељ
комит
7035af5fc3
1 измењених фајлова са 2 додато и 0 уклоњено
  1. +2
    -0
      util/env_windows.cc

+ 2
- 0
util/env_windows.cc Прегледај датотеку

@ -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>

Loading…
Откажи
Сачувај