mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-06-25 11:59:35 +03:00
vrclient: Get rid of unnecessary U_PTR / W_PTR macros.
This commit is contained in:
parent
6b8c5e4ef0
commit
634b00fff2
@ -33,8 +33,6 @@ extern "C"
|
|||||||
#define U32_PTR( decl, name ) decl
|
#define U32_PTR( decl, name ) decl
|
||||||
#define W64_PTR( decl, name ) uint64_t name
|
#define W64_PTR( decl, name ) uint64_t name
|
||||||
#define W32_PTR( decl, name ) decl
|
#define W32_PTR( decl, name ) decl
|
||||||
#define U_PTR U32_PTR
|
|
||||||
#define W_PTR W32_PTR
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __x86_64__
|
#ifdef __x86_64__
|
||||||
@ -42,8 +40,6 @@ extern "C"
|
|||||||
#define U32_PTR( decl, name ) uint32_t name
|
#define U32_PTR( decl, name ) uint32_t name
|
||||||
#define W64_PTR( decl, name ) decl
|
#define W64_PTR( decl, name ) decl
|
||||||
#define W32_PTR( decl, name ) uint32_t name
|
#define W32_PTR( decl, name ) uint32_t name
|
||||||
#define U_PTR U64_PTR
|
|
||||||
#define W_PTR W64_PTR
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef struct HmdColor_t HmdColor_t;
|
typedef struct HmdColor_t HmdColor_t;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user