]> wimlib.net Git - wimlib/blobdiff - programs/imagex-win32.h
Win32 fixes
[wimlib] / programs / imagex-win32.h
index 58441e83dd699762b51f3999bb0d8dc248a07090..1de8e9845bcfbc7fe25f52536b53dc4e57c35049 100644 (file)
@@ -2,6 +2,7 @@
 #define _IMAGEX_WIN32_H
 
 #include <stddef.h>
+#include <stdbool.h>
 
 typedef struct {
        size_t gl_pathc;
@@ -24,4 +25,16 @@ extern void globfree(glob_t *pglob);
 #define        GLOB_ABORTED    2       /* Read error.  */
 #define        GLOB_NOMATCH    3       /* No matches found.  */
 
+extern void
+win32_acquire_capture_privileges();
+
+extern void
+win32_release_capture_privileges();
+
+extern void
+win32_acquire_restore_privileges();
+
+extern void
+win32_release_restore_privileges();
+
 #endif