removing redundant snprintf defines

This commit is contained in:
Anshul Maheshwari 2014-07-30 00:33:47 -07:00
parent 45d1dfe425
commit c58f99378f
2 changed files with 0 additions and 4 deletions

View File

@ -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.