53// git revision SHA-1 hash as char hexadecimal string
54#define RMA_GIT_REVISION_HASH_STRING ""
55#define RMA_GIT_REVISION_HASH_WSTRING L""
56
57// git branch name as char string
58#define RMA_GIT_BRANCH_NAME_STRING ""
59#define RMA_GIT_BRANCH_NAME_WSTRING L""
60
61
62
63// RHINO_FILE_FLAGS_MASK can be one or more of the following:
64// VS_FF_DEBUG - File contains debugging information or is compiled with debugging features enabled.
65// VS_FF_PATCHED - File has been modified and is not identical to the original shipping file of the same version number.
66// VS_FF_PRERELEASE - File is a development version, not a commercially released product.
67// VS_FF_PRIVATEBUILD - File was not built using standard release procedures. If this value is given, the StringFileInfo block must contain a PrivateBuild string.
68// VS_FF_SPECIALBUILD - File was built by the original company using standard release procedures but is a variation of the standard file of the same version number. If this value is given, the StringFileInfo block block must contain a SpecialBuild string.