mirror of
https://github.com/WPMGPRoSToTeMa/SafeNameAndChat.git
synced 2025-01-12 12:17:55 +03:00
Fixed linux build error
This commit is contained in:
parent
d49f59e6d2
commit
16a8fe8b15
@ -59,10 +59,10 @@ typedef int BOOL;
|
||||
#include <stdarg.h>
|
||||
#include <string.h> // memset
|
||||
#ifndef min
|
||||
#define min(a,b) (((a) < (b)) ? (a) : (b))
|
||||
//#define min(a,b) (((a) < (b)) ? (a) : (b))
|
||||
#endif
|
||||
#ifndef max
|
||||
#define max(a,b) (((a) > (b)) ? (a) : (b))
|
||||
//#define max(a,b) (((a) > (b)) ? (a) : (b))
|
||||
#define _vsnprintf(a,b,c,d) vsnprintf(a,b,c,d)
|
||||
#endif
|
||||
#endif //_WIN32
|
||||
|
Loading…
x
Reference in New Issue
Block a user