summaryrefslogtreecommitdiff
path: root/Source/cmVS10RCFlagTable.h
blob: 32f35e52c3f61712d728ddb314b7a560425cc6a1 (plain)
1
2
3
4
5
6
static cmVS7FlagTable cmVS10RCFlagTable[] = {
  // Bool Properties
  { "NullTerminateStrings", "n", "", "true", 0 },

  { 0, 0, 0, 0, 0 }
};