diff options
author | Chris Robinson <[email protected]> | 2014-02-27 18:17:20 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-02-27 18:17:20 -0800 |
commit | ea8a85b19ce3c9786defaf22eab4dc4fd5011486 (patch) | |
tree | f82c741bba701ed98dacb1b7d6ec454810c3b4b3 /Alc/hrtf.c | |
parent | 3867e3857de3b52afb505c173ace0819252b259c (diff) |
Move PATH_MAX fallback definitions to alMain.h
Diffstat (limited to 'Alc/hrtf.c')
-rw-r--r-- | Alc/hrtf.c | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -22,7 +22,6 @@ #include <stdlib.h> #include <ctype.h> -#include <limits.h> #include "AL/al.h" #include "AL/alc.h" @@ -32,15 +31,6 @@ #include "hrtf.h" -#ifndef PATH_MAX -#ifdef MAX_PATH -#define PATH_MAX MAX_PATH -#else -#define PATH_MAX 4096 -#endif -#endif - - /* Current data set limits defined by the makehrtf utility. */ #define MIN_IR_SIZE (8) #define MAX_IR_SIZE (128) |