ソースを参照

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

読み込み中…
キャンセル
保存