mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-05-16 16:38:04 +03:00
lsteamclient: Get rid of unnecessary U_PTR / W_PTR macros.
This commit is contained in:
parent
195e7ab1b7
commit
6b8c5e4ef0
@ -36,8 +36,6 @@ extern "C"
|
||||
#define U32_PTR( decl, name ) decl
|
||||
#define W64_PTR( decl, name ) uint64_t name
|
||||
#define W32_PTR( decl, name ) decl
|
||||
#define U_PTR U32_PTR
|
||||
#define W_PTR W32_PTR
|
||||
#endif
|
||||
|
||||
#ifdef __x86_64__
|
||||
@ -45,8 +43,6 @@ extern "C"
|
||||
#define U32_PTR( decl, name ) uint32_t name
|
||||
#define W64_PTR( decl, name ) decl
|
||||
#define W32_PTR( decl, name ) uint32_t name
|
||||
#define U_PTR U64_PTR
|
||||
#define W_PTR W64_PTR
|
||||
#endif
|
||||
|
||||
typedef struct { uint8_t _[8]; } CSteamID;
|
||||
|
Loading…
x
Reference in New Issue
Block a user