X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwin32.h;h=45909768e49a9c76e42d4240339bb1c13b0d9aa8;hb=fe6c34ebb7d5adeeceeed22142e080965d85a1eb;hp=672f08a171d231cbe8fc6446ffd0be7828b5ca39;hpb=670a54f5de37bff02c49f37d690b26654cf7fa1d;p=wimlib diff --git a/src/win32.h b/src/win32.h index 672f08a1..45909768 100644 --- a/src/win32.h +++ b/src/win32.h @@ -10,7 +10,7 @@ win32_build_dentry_tree(struct wim_dentry **root_ret, const tchar *root_disk_path, struct wim_lookup_table *lookup_table, struct sd_set *sd, - const struct capture_config *config, + const struct wimlib_capture_config *config, int add_image_flags, wimlib_progress_func_t progress_func, void *extra_arg); @@ -34,6 +34,7 @@ extern void win32_error_last(); #endif #define FNM_PATHNAME 0x1 +#define FNM_NOESCAPE 0x2 #define FNM_NOMATCH 1 extern int fnmatch(const tchar *pattern, const tchar *string, int flags); @@ -63,9 +64,6 @@ typedef enum { CODESET } nl_item; -extern char * -nl_langinfo(nl_item item); - extern int win32_rename_replacement(const tchar *oldpath, const tchar *newpath); @@ -78,4 +76,7 @@ win32_global_init(); extern void win32_global_cleanup(); +extern int +win32_strerror_r_replacement(int errnum, tchar *buf, size_t buflen); + #endif /* _WIMLIB_WIN32_H */