Leaked source code of windows server 2003
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

  1. // Define the language and sublanguge supported by your program.
  2. #define VER_LANGUAGE_NUM 0x0409
  3. #define VER_SUBLANGUAGE_NUM 0x04B0
  4. // Concatenate the two, 4 digit hex numbers above.
  5. #define VER_LANGUAGE_STRING "040904B0"