summaryrefslogtreecommitdiffstats
path: root/src/windows/ntsecapitest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/ntsecapitest.c')
-rw-r--r--src/windows/ntsecapitest.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/windows/ntsecapitest.c b/src/windows/ntsecapitest.c
deleted file mode 100644
index 459e5dbd7f..0000000000
--- a/src/windows/ntsecapitest.c
+++ /dev/null
@@ -1,11 +0,0 @@
-/* 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