diff options
| author | 2014-06-09 23:01:25 -0400 | |
|---|---|---|
| committer | 2014-06-12 06:10:55 -0400 | |
| commit | b919158050da4f5b0da9c2047d8cc4d810c6011b (patch) | |
| tree | 3e694d86d3d22a4466b18a3f845db97d47d8b0cb /src/common | |
| parent | Preprocessor: #if's out OSX-specific GL changes on other platforms (diff) | |
| download | yuzu-b919158050da4f5b0da9c2047d8cc4d810c6011b.tar.gz yuzu-b919158050da4f5b0da9c2047d8cc4d810c6011b.tar.xz yuzu-b919158050da4f5b0da9c2047d8cc4d810c6011b.zip | |
Removed definition of MAX_PATH, this is already defined in common_paths.h.
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/common.h b/src/common/common.h index 2578d0010..09027cae1 100644 --- a/src/common/common.h +++ b/src/common/common.h | |||
| @@ -96,8 +96,6 @@ private: | |||
| 96 | 96 | ||
| 97 | // Windows compatibility | 97 | // Windows compatibility |
| 98 | #ifndef _WIN32 | 98 | #ifndef _WIN32 |
| 99 | #include <limits.h> | ||
| 100 | #define MAX_PATH PATH_MAX | ||
| 101 | #ifdef _LP64 | 99 | #ifdef _LP64 |
| 102 | #define _M_X64 1 | 100 | #define _M_X64 1 |
| 103 | #else | 101 | #else |