]> wimlib.net Git - wimlib/blobdiff - src/win32.c
Misc. Win32 fixes, comment updates
[wimlib] / src / win32.c
index 3b7548114e6f347adfa8a2ce08a03320fe1fc707..294e9ab683299c59d5753314ff6017ee0c2c9264 100644 (file)
@@ -29,7 +29,7 @@ void win32_error(u32 err_code)
 #define win32_error(err_code)
 #endif
 
-void *win32_open_file(const void *path)
+void *win32_open_file_readonly(const void *path)
 {
        return CreateFileW((const wchar_t*)path,
                           GENERIC_READ | READ_CONTROL,