Skip to content

Commit fc89916

Browse files
committed
Fix windows build
1 parent c150e1b commit fc89916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama_util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ struct llama_mmap {
196196
#elif defined(_WIN32)
197197
static constexpr bool SUPPORTED = true;
198198

199-
llama_mmap(struct llama_file * file) {
199+
llama_mmap(struct llama_file * file, bool prefetch = true) {
200200
size = file->size;
201201

202202
HANDLE hFile = (HANDLE) _get_osfhandle(_fileno(file->fp));

0 commit comments

Comments
 (0)