X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fwin32.h;h=0ef410a8d3aaaea8fe29cbc1713429327d511ff8;hb=fd763f8533b72067aa38a08849e57f23aa300060;hp=1df793f1936c431412376a2e428bfb5e7ae9d823;hpb=c6a1140e085f633273fcf47a6462bd9382ce118a;p=wimlib diff --git a/src/win32.h b/src/win32.h index 1df793f1..0ef410a8 100644 --- a/src/win32.h +++ b/src/win32.h @@ -20,19 +20,14 @@ extern int win32_read_file(const tchar *filename, HANDLE handle, u64 offset, size_t size, void *buf); -extern HANDLE -win32_open_file_data_only(const wchar_t *path_utf16); - -extern void -win32_close_file(void *handle); - -#ifdef ENABLE_ERROR_MESSAGES -extern void win32_error(u32 err); -extern void win32_error_last(); -#else -# define win32_error(err) -# define win32_error_last() -#endif +extern int +read_win32_file_prefix(const struct lookup_table_entry *lte, + u64 size, + consume_data_callback_t cb, + void *ctx_or_buf, + int _ignored_flags) +{ +} #define FNM_PATHNAME 0x1 #define FNM_NOESCAPE 0x2