windows-nt/Source/XPSP1/NT/sdktools/mep/browser/inc/sbrvers.h
2020-09-26 16:20:57 +08:00

8 lines
252 B
C

/*
* use double macro level to force rup to be turned into string representation
*/
#define VERS(x,y,z) VERS2(x,y,z)
#define VERS2(x,y,z) " Version " #x "." #y "." #z
#define CPYRIGHT "\nCopyright (c) Microsoft Corp 1990. All rights reserved.\n\n"