]> wimlib.net Git - wimlib/blobdiff - include/wimlib/win32_common.h
Delete useless 1-byte explicit endian types
[wimlib] / include / wimlib / win32_common.h
index 2921caaa2796b4c85a4220f7a32f00b6d5d69f95..8b4a48d4c7badf72bad7741d16e158fea6280c0d 100644 (file)
@@ -143,19 +143,7 @@ extern NTSTATUS (WINAPI *func_RtlDosPathNameToNtPathName_U_WithStatus)
 extern NTSTATUS (WINAPI *func_RtlCreateSystemVolumeInformationFolder)
                        (PCUNICODE_STRING VolumeRootPath);
 
-
-extern bool
-windows_version_is_at_least(unsigned major, unsigned minor);
-
-#define running_on_windows_xp_or_later() \
-                       windows_version_is_at_least(5, 1)
-
-#define running_on_windows_vista_or_later() \
-                       windows_version_is_at_least(6, 0)
-
-#define running_on_windows_7_or_later() \
-                       windows_version_is_at_least(6, 1)
-
-
+extern int
+win32_path_to_nt_path(const wchar_t *win32_path, UNICODE_STRING *nt_path);
 
 #endif /* _WIMLIB_WIN32_COMMON_H */