mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Add missing Win32 platform version definitions.
This commit is contained in:
@@ -30,6 +30,14 @@ Copyright (C) 2011-2021 Natalia Portillo
|
|||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
|
#ifndef VER_PLATFORM_WIN32_WINDOWS
|
||||||
|
#define VER_PLATFORM_WIN32_WINDOWS 0x0001
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef VER_PLATFORM_WIN32_NT
|
||||||
|
#define VER_PLATFORM_WIN32_NT 0x0002
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef LONG NTSTATUS;
|
typedef LONG NTSTATUS;
|
||||||
|
|
||||||
#ifndef NTAPI
|
#ifndef NTAPI
|
||||||
|
|||||||
Reference in New Issue
Block a user