repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git]
/
megamario
/
path_max.patch
blob
6f51eac022be2e1028c403b2b558129e2711ce84
1
diff -rud src.orig/src/Global.h src/src/Global.h
2
--- src.orig/src/Global.h 2009-06-19 15:09:07.490760544 -0400
3
+++ src/src/Global.h 2009-06-19 15:09:31.277424807 -0400
4
@@ -213,7 +213,7 @@
5
extern cGamepad *Gamepad;
6
7
#ifndef MAX_PATH
8
-#define MAX_PATH PATH_MAX
9
+#define MAX_PATH 255
10
#endif
11
12
#ifndef DATADIR
13