diff options
author | Chris Robinson <[email protected]> | 2011-08-16 18:53:04 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-08-16 18:53:04 -0700 |
commit | 38a4d9a6c5f312fc37418c21b416cc3f8c379205 (patch) | |
tree | 9772304fd9e55b2b6d5805b86d3cb74711bc3878 /OpenAL32/Include/alMain.h | |
parent | 9f5bf5f9307e86c28ff19a61d422c7b2fe389fdc (diff) |
Get rid of the remaining min/max usage
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 73b314fe..5873feb1 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -216,9 +216,6 @@ static __inline void Sleep(ALuint t) tv = rem; } -#define min(x,y) (((x)<(y))?(x):(y)) -#define max(x,y) (((x)>(y))?(x):(y)) - #if defined(HAVE_DLFCN_H) #define HAVE_DYNLOAD 1 void *LoadLib(const char *name); |