www.pudn.com > FFTdemo.zip > fftdemo_private.h


// THIS FILE WILL BE OVERWRITTEN BY DEV-C++! 
// DO NOT EDIT! 
 
#ifndef FFTDEMO_PRIVATE_H 
#define FFTDEMO_PRIVATE_H 
 
// VERSION DEFINITIONS 
#define VER_STRING	"1.0.1.14" 
#define VER_MAJOR	1 
#define VER_MINOR	0 
#define VER_RELEASE	1 
#define VER_BUILD	14 
#define COMPANY_NAME	"" 
#define FILE_VERSION	"" 
#define FILE_DESCRIPTION	"Developed using the Dev-C++ IDE" 
#define INTERNAL_NAME	"" 
#define LEGAL_COPYRIGHT	"" 
#define LEGAL_TRADEMARKS	"" 
#define ORIGINAL_FILENAME	"" 
#define PRODUCT_NAME	"" 
#define PRODUCT_VERSION	"" 
 
#endif //FFTDEMO_PRIVATE_H