2
3
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:
Darryl Pogue
2012-03-04 14:35:27 -08:00
parent 8437d676fb
commit 97f9370dfe

View File

@ -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