diff options
Diffstat (limited to 'src/windows/ntsecapitest.c')
-rw-r--r-- | src/windows/ntsecapitest.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/windows/ntsecapitest.c b/src/windows/ntsecapitest.c new file mode 100644 index 000000000..7fbbacbaa --- /dev/null +++ b/src/windows/ntsecapitest.c @@ -0,0 +1,11 @@ +/* Simple program to show what is in ntsecapi.h.
+ Compile -P to generate preprocessor output.
+ */
+
+#include "ntsecapi.h"
+
+#ifdef TRUST_ATTRIBUTE_TRUST_USES_AES_KEYS
+VISTA_SDK_VERSION
+#else
+NT_SDK_VERSION
+#endif
\ No newline at end of file |