2025-04-27 07:49:33 -04: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"