diff --git a/llama_util.h b/llama_util.h index da900a5e4..6531d0dad 100755 --- a/llama_util.h +++ b/llama_util.h @@ -196,7 +196,7 @@ struct llama_mmap { #elif defined(_WIN32) static constexpr bool SUPPORTED = true; - llama_mmap(struct llama_file * file) { + llama_mmap(struct llama_file * file, bool prefetch = true) { size = file->size; HANDLE hFile = (HANDLE) _get_osfhandle(_fileno(file->fp));