summaryrefslogtreecommitdiffstats
path: root/src/windows/ntsecapitest.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/ntsecapitest.pl')
-rw-r--r--src/windows/ntsecapitest.pl11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/windows/ntsecapitest.pl b/src/windows/ntsecapitest.pl
new file mode 100644
index 0000000000..c5306ea8d1
--- /dev/null
+++ b/src/windows/ntsecapitest.pl
@@ -0,0 +1,11 @@
+#!perl -w
+
+$filename = "ntsecapitest.i";
+$string = "VISTA_SDK_VERSION";
+
+if (system("grep $string $filename")) {
+ print "$string not found; deleting $filename.\n";
+ system("rm $filename");
+ }
+
+exit(0); \ No newline at end of file