windows-nt/Source/XPSP1/NT/net/ndis/samples/isdnwan/vlang.h
2020-09-26 16:20:57 +08:00

6 lines
261 B
C

// 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"