windows-nt/Source/XPSP1/NT/sdktools/mep/browser/inc/sbrvers.h

8 lines
252 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*
* 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"