Silence a redefinition warning
This commit is contained in:
parent
ac8af9cec6
commit
c339c40c01
|
@ -51,6 +51,8 @@
|
|||
#define MAXPS maxps
|
||||
#define MAXSS maxss
|
||||
#ifdef USE_MIN
|
||||
#undef MAXPS
|
||||
#undef MAXSS
|
||||
#define MAXPS minps
|
||||
#define MAXSS minss
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue