You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
266 B
5 lines
266 B
// Define the language and sublanguge supported by your program.
|
|
#define VER_LANGUAGE_NUM 0x0409
|
|
#define VER_SUBLANGUAGE_NUM 0x04B0
|
|
// Concatenate the two, 4 digit hex numbers above.
|
|
#define VER_LANGUAGE_STRING "040904B0"
|