summaryrefslogtreecommitdiffstats
path: root/Source/cmVS12RCFlagTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmVS12RCFlagTable.h')
-rw-r--r--Source/cmVS12RCFlagTable.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmVS12RCFlagTable.h b/Source/cmVS12RCFlagTable.h
new file mode 100644
index 0000000..d047f824
--- /dev/null
+++ b/Source/cmVS12RCFlagTable.h
@@ -0,0 +1,6 @@
+static cmVS7FlagTable cmVS12RCFlagTable[] = {
+ // Bool Properties
+ { "NullTerminateStrings", "n", "", "true", 0 },
+
+ { 0, 0, 0, 0, 0 }
+};