Skip to content

Commit ecd4827

Browse files
committed
Fix windows build
1 parent e369c99 commit ecd4827

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
@@ -192,7 +192,7 @@ struct llama_mmap {
192192
#elif defined(_WIN32)
193193
static constexpr bool SUPPORTED = true;
194194

195-
llama_mmap(struct llama_file * file) {
195+
llama_mmap(struct llama_file * file, bool prefetch = true) {
196196
size = file->size;
197197

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

0 commit comments

Comments
 (0)