We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e71dfc commit 90b7a69Copy full SHA for 90b7a69
src/prim/windows/prim.c
@@ -63,7 +63,7 @@ static PGetNumaNodeProcessorMaskEx pGetNumaNodeProcessorMaskEx = NULL;
63
static PGetNumaProcessorNode pGetNumaProcessorNode = NULL;
64
65
// Available after Windows XP
66
-typedef BOOL (__stdcall *PGetPhysicallyInstalledSystemMemory( PULONGLONG TotalMemoryInKilobytes );
+typedef BOOL (__stdcall *PGetPhysicallyInstalledSystemMemory)( PULONGLONG TotalMemoryInKilobytes );
67
68
//---------------------------------------------
69
// Enable large page support dynamically (if possible)
0 commit comments