Windows2003-3790/sdktools/mep/browser/inc/sbrvers.h
2020-09-30 16:53:55 +02:00

8 lines
259 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"