diff options
Diffstat (limited to 'src/fixer.h')
| -rw-r--r-- | src/fixer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fixer.h b/src/fixer.h index fff20c3..e239584 100644 --- a/src/fixer.h +++ b/src/fixer.h @@ -47,6 +47,7 @@ extern "C" { #define PACKED __attribute__((packed)) /* windows junk */ +#ifndef __cplusplus #ifndef min #define min(a, b) (((a) < (b)) ? (a) : (b)) #endif @@ -54,6 +55,7 @@ extern "C" { #ifndef max #define max(a, b) (((a) > (b)) ? (a) : (b)) #endif +#endif #define __cdecl |
