testing-repository/Gtk3/gtk05/gtk5_private.h

24 lines
583 B
C
Raw Normal View History

2020-10-16 20:20:15 +08:00
/* THIS FILE WILL BE OVERWRITTEN BY DEV-C++ */
/* DO NOT EDIT ! */
#ifndef GTK5_PRIVATE_H
#define GTK5_PRIVATE_H
/* VERSION DEFINITIONS */
#define VER_STRING "1.0.0.0"
#define VER_MAJOR 1
#define VER_MINOR 0
#define VER_RELEASE 0
#define VER_BUILD 0
#define COMPANY_NAME ""
#define FILE_VERSION "1.0.0.0"
#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 "1.0.0.0"
#endif /*GTK5_PRIVATE_H*/