mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[attributes] update attribute definitions
* support C++ * support C23 * replace __inline et al with C11 inline
This commit is contained in:
@@ -27,7 +27,8 @@
|
||||
|
||||
#define TAG FREERDP_TAG("core.gateway.rpc")
|
||||
|
||||
static ALIGN64 const RPC_FAULT_CODE RPC_FAULT_CODES[] = {
|
||||
ALIGN64
|
||||
static const RPC_FAULT_CODE RPC_FAULT_CODES[] = {
|
||||
DEFINE_RPC_FAULT_CODE(nca_s_fault_object_not_found, CAT_GATEWAY),
|
||||
DEFINE_RPC_FAULT_CODE(nca_s_fault_cancel, CAT_GATEWAY),
|
||||
DEFINE_RPC_FAULT_CODE(nca_s_fault_addr_error, CAT_GATEWAY),
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
#define TAG FREERDP_TAG("timer")
|
||||
#endif
|
||||
|
||||
typedef ALIGN64 struct
|
||||
typedef struct ALIGN64
|
||||
{
|
||||
FreeRDP_TimerID id;
|
||||
uint64_t intervallNS;
|
||||
|
||||
Reference in New Issue
Block a user