Skip to content

Commit aabcca4

Browse files
committed
fix comment
1 parent ee0a57b commit aabcca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1792,7 +1792,7 @@ struct llama_mmap {
17921792
PVOID VirtualAddress;
17931793
SIZE_T NumberOfBytes;
17941794
} WIN32_MEMORY_RANGE_ENTRY, *PWIN32_MEMORY_RANGE_ENTRY;
1795-
#endif // (_WIN32_WINNT >= _WIN32_WINNT_WIN8)
1795+
#endif // (_WIN32_WINNT < _WIN32_WINNT_WIN8)
17961796

17971797
BOOL (WINAPI *pPrefetchVirtualMemory) (HANDLE, ULONG_PTR, PWIN32_MEMORY_RANGE_ENTRY, ULONG);
17981798
HMODULE hKernel32 = GetModuleHandleW(L"kernel32.dll");

0 commit comments

Comments
 (0)