www.pudn.com > PopFaxPrinter_src_v2.01.zip > imgport_private.h
/* THIS FILE WILL BE OVERWRITTEN BY DEV-C++ */ /* DO NOT EDIT ! */ #ifndef IMGPORT_PRIVATE_H #define IMGPORT_PRIVATE_H /* VERSION DEFINITIONS */ #define VER_STRING "1.0.0.9" #define VER_MAJOR 1 #define VER_MINOR 0 #define VER_RELEASE 0 #define VER_BUILD 8 #define COMPANY_NAME "Ibadov Tariel (itk@bk.ru)" #define FILE_VERSION "1.0.0.9" #define FILE_DESCRIPTION "Developed using the MinGw Ibadov Tariel" #define INTERNAL_NAME "imgport.dll" #define LEGAL_COPYRIGHT "Ibadov Tariel (itk@bk.ru)" #define LEGAL_TRADEMARKS "" #define ORIGINAL_FILENAME "imgport.dll" #define PRODUCT_NAME "Virtual image printer driver" #define PRODUCT_VERSION "1.0.0.9" #endif /*IMGPORT_PRIVATE_H*/