Skip to content

Commit

Permalink
syntax error fix (#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
daanx committed Jan 22, 2025
1 parent 5e71dfc commit 90b7a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prim/windows/prim.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ static PGetNumaNodeProcessorMaskEx pGetNumaNodeProcessorMaskEx = NULL;
static PGetNumaProcessorNode pGetNumaProcessorNode = NULL;

// Available after Windows XP
typedef BOOL (__stdcall *PGetPhysicallyInstalledSystemMemory( PULONGLONG TotalMemoryInKilobytes );
typedef BOOL (__stdcall *PGetPhysicallyInstalledSystemMemory)( PULONGLONG TotalMemoryInKilobytes );

//---------------------------------------------
// Enable large page support dynamically (if possible)
Expand Down

0 comments on commit 90b7a69

Please sign in to comment.