1
0
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:
Bryan Roe
2019-04-29 13:27:46 -07:00
parent 18e4dd4548
commit 46a7d48b9e

View File

@@ -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