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