소스 검색

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>

불러오는 중...
취소
저장