X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=programs%2Fimagex-win32.h;h=11143f7b5429c6151d396955cdd68d4ec1d5e552;hp=5f21fd948836f9c0129b49d57c866f6e49c1149a;hb=HEAD;hpb=e8c3ca2d1d0cac3d64985b45a9f654d2029a7518 diff --git a/programs/imagex-win32.h b/programs/imagex-win32.h index 5f21fd94..f7a751bd 100644 --- a/programs/imagex-win32.h +++ b/programs/imagex-win32.h @@ -2,48 +2,13 @@ #define _IMAGEX_WIN32_H #include -#include -#include +#include -typedef struct { - size_t gl_pathc; - wchar_t **gl_pathv; - size_t gl_offs; -} glob_t; +void +win32_print_security_descriptor(const uint8_t *sd, size_t size); -/* WARNING: this is a reduced functionality replacement */ -extern int -win32_wglob(const wchar_t *pattern, int flags, - int (*errfunc)(const wchar_t *epath, int eerrno), - glob_t *pglob); - -extern void globfree(glob_t *pglob); - -#define GLOB_ERR 0x1 /* Return on read errors. */ -#define GLOB_NOSORT 0x2 /* Don't sort the names. */ - -/* Error returns from `glob'. */ -#define GLOB_NOSPACE 1 /* Ran out of memory. */ -#define GLOB_ABORTED 2 /* Read error. */ -#define GLOB_NOMATCH 3 /* No matches found. */ - -extern void -win32_acquire_capture_privileges(void); - -extern void -win32_release_capture_privileges(void); - -extern void -win32_acquire_restore_privileges(void); - -extern void -win32_release_restore_privileges(void); - -extern wchar_t * -win32_mbs_to_wcs(const char *mbs, size_t mbs_nbytes, size_t *num_wchars_ret); - -extern wchar_t * -win32_wbasename(wchar_t *path); +void +set_fd_to_binary_mode(int fd); #include "wgetopt.h"