diff options
Diffstat (limited to 'Source/cmVS11RCFlagTable.h')
-rw-r--r-- | Source/cmVS11RCFlagTable.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmVS11RCFlagTable.h b/Source/cmVS11RCFlagTable.h new file mode 100644 index 0000000..666e434 --- /dev/null +++ b/Source/cmVS11RCFlagTable.h @@ -0,0 +1,6 @@ +static cmVS7FlagTable cmVS11RCFlagTable[] = { + // Bool Properties + { "NullTerminateStrings", "n", "", "true", 0 }, + + { 0, 0, 0, 0, 0 } +}; |