#define MKPROD // to make corverinfo.h happy #include "..\..\common\include\boxinfo.h" #include "afxres.h" #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) #ifdef _WIN32 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US #pragma code_page(1252) #endif //_WIN32 //MODVERSINFO_FILETYPE -- identifies whether this is an app or dll // using the standard resource flags #define MODVERSINFO_FILETYPE VFT_APP //MODVERSINFO_FILEDESC -- description string for file that a user may read, // similar to string in .DEF file #define MODVERSINFO_FILEDESC "Corel PS to PDF Converter" //MODVERSINFO_INTERNALNAME -- internal name of file, typically the app // name or base name of the dll in .DEF file #define MODVERSINFO_INTERNALNAME "CorelPS2PDF\0" //MODVERSINFO_ORGFILENAME -- original file name of this module, in case // the user renames it #define MODVERSINFO_ORGFILENAME "CorelPS2PDF.exe\0" //Common version resource #include "..\..\common\include\corvers.rcv" #endif // English (U.S.) resources