mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-08 21:14:14 +00:00
Try disable nullptr hack
This commit is contained in:
parent
7eda9d88d0
commit
8d75f9404f
@ -97,6 +97,7 @@ typedef float vec_t; // needed before including progdefs.h
|
||||
#endif
|
||||
|
||||
// Make NULL null pointer, not null integer
|
||||
#if 0
|
||||
#ifdef __cplusplus
|
||||
struct my_nullptr_t
|
||||
{
|
||||
@ -109,6 +110,6 @@ static my_nullptr_t my_nullptr;
|
||||
#endif
|
||||
#define NULL my_nullptr
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#endif //EXTDLL_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user