diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-02-07 17:38:13 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-02-07 18:54:33 -0600 |
commit | 69567aaa95f41812a49afa7454b69a3d79c5010d (patch) | |
tree | bae6f8fc89c7da0020fe1063f86534cb4d8e5c4e /src/dutil/inc | |
parent | c294fb860ed7710c80fc004af6c9ebb09779c70c (diff) | |
download | wix-69567aaa95f41812a49afa7454b69a3d79c5010d.tar.gz wix-69567aaa95f41812a49afa7454b69a3d79c5010d.tar.bz2 wix-69567aaa95f41812a49afa7454b69a3d79c5010d.zip |
Add OsRtlGetVersion.
#6318
Diffstat (limited to 'src/dutil/inc')
-rw-r--r-- | src/dutil/inc/osutil.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dutil/inc/osutil.h b/src/dutil/inc/osutil.h index 01f8d9cf..2cce6f63 100644 --- a/src/dutil/inc/osutil.h +++ b/src/dutil/inc/osutil.h | |||
@@ -33,6 +33,9 @@ HRESULT DAPI OsIsRunningPrivileged( | |||
33 | HRESULT DAPI OsIsUacEnabled( | 33 | HRESULT DAPI OsIsUacEnabled( |
34 | __out BOOL* pfUacEnabled | 34 | __out BOOL* pfUacEnabled |
35 | ); | 35 | ); |
36 | HRESULT DAPI OsRtlGetVersion( | ||
37 | __inout RTL_OSVERSIONINFOEXW* pOvix | ||
38 | ); | ||
36 | 39 | ||
37 | #ifdef __cplusplus | 40 | #ifdef __cplusplus |
38 | } | 41 | } |