// THIS FILE WILL BE OVERWRITTEN BY DEV-C++!
// DO NOT EDIT!

#ifndef SMOKED_THREADS_PRIVATE_H
#define SMOKED_THREADS_PRIVATE_H

// VERSION DEFINITIONS
#define VER_STRING	"0.0.0.278"
#define VER_MAJOR	0
#define VER_MINOR	0
#define VER_RELEASE	0
#define VER_BUILD	278
#define COMPANY_NAME	""
#define FILE_VERSION	""
#define FILE_DESCRIPTION	"Example of multithreading using syncronization"
#define INTERNAL_NAME	""
#define LEGAL_COPYRIGHT	"Mark Dehus"
#define LEGAL_TRADEMARKS	""
#define ORIGINAL_FILENAME	""
#define PRODUCT_NAME	"Smoked Threads (tm)"
#define PRODUCT_VERSION	""

#endif //SMOKED_THREADS_PRIVATE_H

