From 46a7d48b9e7b128d5820a71f02c5fccc35a2c902 Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Mon, 29 Apr 2019 13:27:46 -0700 Subject: [PATCH] Specified missing calling convention --- meshcore/agentcore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshcore/agentcore.h b/meshcore/agentcore.h index 73a04e7..68c96e2 100644 --- a/meshcore/agentcore.h +++ b/meshcore/agentcore.h @@ -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