mirror of
https://github.com/WPMGPRoSToTeMa/SafeNameAndChat.git
synced 2025-01-12 20:27:54 +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 <stdarg.h>
|
||||||
#include <string.h> // memset
|
#include <string.h> // memset
|
||||||
#ifndef min
|
#ifndef min
|
||||||
#define min(a,b) (((a) < (b)) ? (a) : (b))
|
//#define min(a,b) (((a) < (b)) ? (a) : (b))
|
||||||
#endif
|
#endif
|
||||||
#ifndef max
|
#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)
|
#define _vsnprintf(a,b,c,d) vsnprintf(a,b,c,d)
|
||||||
#endif
|
#endif
|
||||||
#endif //_WIN32
|
#endif //_WIN32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user