summaryrefslogtreecommitdiffstats
path: root/src/common/common.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2014-06-10 05:01:25 +0200
committerbunnei <ericbunnie@gmail.com>2014-06-12 12:10:55 +0200
commitb919158050da4f5b0da9c2047d8cc4d810c6011b (patch)
tree3e694d86d3d22a4466b18a3f845db97d47d8b0cb /src/common/common.h
parentPreprocessor: #if's out OSX-specific GL changes on other platforms (diff)
downloadyuzu-b919158050da4f5b0da9c2047d8cc4d810c6011b.tar
yuzu-b919158050da4f5b0da9c2047d8cc4d810c6011b.tar.gz
yuzu-b919158050da4f5b0da9c2047d8cc4d810c6011b.tar.bz2
yuzu-b919158050da4f5b0da9c2047d8cc4d810c6011b.tar.lz
yuzu-b919158050da4f5b0da9c2047d8cc4d810c6011b.tar.xz
yuzu-b919158050da4f5b0da9c2047d8cc4d810c6011b.tar.zst
yuzu-b919158050da4f5b0da9c2047d8cc4d810c6011b.zip
Diffstat (limited to 'src/common/common.h')
-rw-r--r--src/common/common.h2
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:
// Windows compatibility
#ifndef _WIN32
-#include <limits.h>
-#define MAX_PATH PATH_MAX
#ifdef _LP64
#define _M_X64 1
#else