mirror of
https://github.com/Ylianst/MeshAgent
synced 2026-02-11 05:53:26 +00:00
Specified missing calling convention
This commit is contained in:
@@ -140,7 +140,7 @@ typedef enum MeshAgentHost_BatteryInfo
|
||||
extern char* MeshAgentHost_BatteryInfo_STRINGS[];
|
||||
|
||||
#ifdef WIN32
|
||||
typedef HRESULT (*DpiAwarenessFunc)(PROCESS_DPI_AWARENESS);
|
||||
typedef HRESULT (__stdcall *DpiAwarenessFunc)(PROCESS_DPI_AWARENESS);
|
||||
#endif
|
||||
|
||||
typedef struct MeshAgentHostContainer
|
||||
|
||||
Reference in New Issue
Block a user