소스 검색

Removed definition of MAX_PATH, this is already defined in common_paths.h.

bunnei 12 년 전
부모
커밋
b919158050
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/common/common.h

+ 0 - 2
src/common/common.h

@@ -96,8 +96,6 @@ private:
 
 // Windows compatibility
 #ifndef _WIN32
-#include <limits.h>
-#define MAX_PATH PATH_MAX
 #ifdef _LP64
 #define _M_X64 1
 #else