mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-09 19:20:41 +03:00
Merge PR #751: src/Mayaqua/MayaType.h: fix extra bracket
This commit is contained in:
commit
e35e2c73d3
@ -247,7 +247,7 @@ typedef int (COMPARE)(void *p1, void *p2);
|
|||||||
#ifdef CPU_64
|
#ifdef CPU_64
|
||||||
#define UINT64_TO_POINTER(i) (void *)(i)
|
#define UINT64_TO_POINTER(i) (void *)(i)
|
||||||
#else
|
#else
|
||||||
#define UINT64_TO_POINTER(i) (void *)((UINT)(i)))
|
#define UINT64_TO_POINTER(i) (void *)((UINT)(i))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Add the value
|
// Add the value
|
||||||
|
Loading…
Reference in New Issue
Block a user