fixed dia_image_rgb_data() for non-alpha images
[dia.git] / config.h.win32
blob9be95b96afeeb4e8b740fbcdfcd785f84df15cd2
1 #ifndef _CONFIG_H_
2 #define _CONFIG_H_
4 #define HAVE_CTYPE_H 
5 #define HAVE_STDLIB_H 
6 #define HAVE_MALLOC_H 
7 #define HAVE_TIME_H 
8 #define HAVE_SYS_SOCKET_H 
9 #define HAVE_FCNTL_H 
10 #define HAVE_GDK_PIXBUF
11 #define HAVE_DIRENT_H
13 #define VERSION "0.90+cvs"
16  * We are linking libxml as DLL with either msvc or mingw, but this
17  * gets only defined form libxml for (_MSC_VER)
18  */
19 #define LIBXML_DLL_IMPORT __declspec(dllimport)
21 #endif