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