fix more things?

This commit is contained in:
Colin Davidson
2023-01-05 01:37:50 -08:00
parent b22ddb1453
commit b455ccd261
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -371,7 +371,7 @@ foreign kernel32 {
lpTotalNumberOfFreeBytes: PULARGE_INTEGER,
) -> BOOL ---
GetLogicalProcessorInformation :: proc(buffer: ^LOGICAL_PROCESSOR_INFORMATION, returnedLength: PDWORD) -> BOOL ---
GetLogicalProcessorInformation :: proc(buffer: ^SYSTEM_LOGICAL_PROCESSOR_INFORMATION, returnedLength: PDWORD) -> BOOL ---
}