Common: Removed definition of MAX_PATH, this is already defined in common_paths.h.
This commit is contained in:
parent
0aa582bf89
commit
11d94ea2b3
1 changed files with 0 additions and 2 deletions
|
@ -96,8 +96,6 @@ private:
|
||||||
|
|
||||||
// Windows compatibility
|
// Windows compatibility
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
#include <limits.h>
|
|
||||||
#define MAX_PATH PATH_MAX
|
|
||||||
#ifdef _LP64
|
#ifdef _LP64
|
||||||
#define _M_X64 1
|
#define _M_X64 1
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue