Skip to content

Commit

Permalink
Remove custom NULL
Browse files Browse the repository at this point in the history
  • Loading branch information
voidanix committed Jul 9, 2022
1 parent d0818f3 commit 84cd3e4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/shared/tools.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
#include <utility>
#include <vector>
#include <algorithm>

#ifdef NULL
#undef NULL
#endif
#define NULL 0
#include <cstddef>

typedef unsigned char uchar;
typedef unsigned short ushort;
Expand Down

0 comments on commit 84cd3e4

Please sign in to comment.