10 lines
492 B
C
10 lines
492 B
C
/******************************************/
|
|
#if _MSC_VER >= 1000
|
|
#pragma once
|
|
#endif /* _MSC_VER >= 1000 */
|
|
/******************************************/
|
|
|
|
#define C_szPOVersion "PO V5.1.0" /* The format is XXX Va.b.c with Xxx is the Tag of the module */
|
|
#define C_szPOFullName "Physical objects" /* the complete and clear name of the module */
|
|
#define C_szPODate "Dec 04 1997" /* The format is "Mmm dd yyyy".You can use __DATE__ but be careful that you have the control of the compilation*/
|