In all the CodeWarrior examples of VERSIONINFO blocks in .rc files, the
strings end with \0, e.g.,
VALUE "FileVersion", "1.0\0"
I don't see anything about this in Microsoft's documentation on
VERSIONINFO resources. Is this a workaround for a bug in CodeWarriors
..rc compiler, or a workaround for a bug in certain versions of Windows,
or what?