diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2013-11-19 22:21:11 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2013-11-19 22:21:11 +0000 |
commit | c9f36df332f11827645ac97c97f04009d744eb1a (patch) | |
tree | 184b852b8bb0580e51022c29fcc50fd808321d22 /winsup/cygwin/ntdll.h | |
parent | f8863cbe540a4034f658efef1010fc07894afb2f (diff) | |
download | cygnal-c9f36df332f11827645ac97c97f04009d744eb1a.tar.gz cygnal-c9f36df332f11827645ac97c97f04009d744eb1a.tar.bz2 cygnal-c9f36df332f11827645ac97c97f04009d744eb1a.zip |
* ntdll.h (RtlGetVersion): Declare.
* wincap.cc (wincapc::init): Rather than GetVersionEx, call
RtlGetVersion which is not crippled by missing Windows 8.1 manifest.
* wincap.h (wincapc): Change type of version to RTL_OSVERSIONINFOEXW.
Align formatting of all class members.
Diffstat (limited to 'winsup/cygwin/ntdll.h')
-rw-r--r-- | winsup/cygwin/ntdll.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/ntdll.h b/winsup/cygwin/ntdll.h index 9c8e94b08..89752cb46 100644 --- a/winsup/cygwin/ntdll.h +++ b/winsup/cygwin/ntdll.h @@ -1390,6 +1390,7 @@ extern "C" PBOOLEAN); NTSTATUS NTAPI RtlGetOwnerSecurityDescriptor (PSECURITY_DESCRIPTOR, PSID *, PBOOLEAN); + NTSTATUS NTAPI RtlGetVersion (PRTL_OSVERSIONINFOEXW); PSID_IDENTIFIER_AUTHORITY NTAPI RtlIdentifierAuthoritySid (PSID); VOID NTAPI RtlInitEmptyUnicodeString (PUNICODE_STRING, PCWSTR, USHORT); VOID NTAPI RtlInitAnsiString (PANSI_STRING, PCSTR); |