X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=programs%2Fimagex-win32.h;h=0d5f5ad2a4a446e56ffa4f98193c6b8e5b5fb47b;hb=5fe318d3b973bdf2f38296249a59602bb9411a37;hp=5f21fd948836f9c0129b49d57c866f6e49c1149a;hpb=e8c3ca2d1d0cac3d64985b45a9f654d2029a7518;p=wimlib diff --git a/programs/imagex-win32.h b/programs/imagex-win32.h index 5f21fd94..0d5f5ad2 100644 --- a/programs/imagex-win32.h +++ b/programs/imagex-win32.h @@ -45,6 +45,9 @@ win32_mbs_to_wcs(const char *mbs, size_t mbs_nbytes, size_t *num_wchars_ret); extern wchar_t * win32_wbasename(wchar_t *path); +extern void +set_fd_to_binary_mode(int fd); + #include "wgetopt.h" #define optarg woptarg