aboutsummaryrefslogtreecommitdiff
path: root/src/windows/ntsecapitest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/ntsecapitest.c')
-rw-r--r--src/windows/ntsecapitest.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/windows/ntsecapitest.c b/src/windows/ntsecapitest.c
new file mode 100644
index 0000000..97d6573
--- /dev/null
+++ b/src/windows/ntsecapitest.c
@@ -0,0 +1,12 @@
+/* Simple program to show what is in ntsecapi.h.
+ Compile -P to generate preprocessor output.
+ */
+
+#define _WIN32_WINNT 0x0600
+#include "ntsecapi.h"
+
+#ifdef TRUST_ATTRIBUTE_TRUST_USES_AES_KEYS
+VISTA_SDK_VERSION
+#else
+NT_SDK_VERSION
+#endif