mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-24 11:53:25 +00:00
removing redundant snprintf defines
This commit is contained in:
parent
45d1dfe425
commit
c58f99378f
@ -5,10 +5,6 @@
|
||||
#include <arpa/inet.h>
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define snprintf(str,size,format,...) _snprintf(str,size-1,format,__VA_ARGS__)
|
||||
#endif
|
||||
|
||||
#define RL32(x) (*(unsigned int *)(x))
|
||||
#define RB32(x) (ntohl(*(unsigned int *)(x)))
|
||||
#define RL16(x) (*(unsigned short int*)(x))
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user