mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
NULL to nullptr
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
|
||||
#ifndef NULL
|
||||
#define NULL 0
|
||||
#ifndef nullptr
|
||||
#define nullptr 0
|
||||
#endif
|
||||
|
||||
typedef unsigned long uint32;
|
||||
|
||||
Reference in New Issue
Block a user