Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024 #ifndef _CGIDEFS_H_
00025 #define _CGIDEFS_H_ 1
00026
00034
00035 #if HAVE_CONFIG_H
00036 # include "config.h"
00037 #endif
00038
00046
00047 #ifdef WIN32
00048
00049
00050 # ifdef CGICC_EXPORTS
00051 # define CGICC_API __declspec(dllexport)
00052 # else
00053 # define CGICC_API __declspec(dllimport)
00054 # endif
00055
00056 # define HOST "Win32"
00057 # define VERSION "3.2.9"
00058
00059 #else
00060 # define CGICC_API
00061 #endif
00062
00063 #endif