1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +03:00

Merge PR #751: src/Mayaqua/MayaType.h: fix extra bracket

This commit is contained in:
Davide Beatrici 2018-10-14 19:40:28 +02:00 committed by GitHub
commit e35e2c73d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -247,7 +247,7 @@ typedef int (COMPARE)(void *p1, void *p2);
#ifdef CPU_64
#define UINT64_TO_POINTER(i) (void *)(i)
#else
#define UINT64_TO_POINTER(i) (void *)((UINT)(i)))
#define UINT64_TO_POINTER(i) (void *)((UINT)(i))
#endif
// Add the value