mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Make the *nix path constant use the system value.
This commit is contained in:
@ -165,7 +165,8 @@ inline hsBool hsCompare(float a, float b, float delta=0.0001);
|
||||
|
||||
# define hsWFopen(name, mode) fopen(hsWStringToString(name), hsWStringToString(mode))
|
||||
|
||||
# define MAX_PATH 1024
|
||||
# include <limits.h>
|
||||
# define MAX_PATH PATH_MAX
|
||||
#endif
|
||||
|
||||
// Useful floating point utilities
|
||||
|
Reference in New Issue
Block a user