comparison plugins/gevolution/gevolution.h @ 9567:111394c5fe2a

[gaim-migrate @ 10410] Fix a check. I didn't mean to commit that. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 20 Jul 2004 01:08:18 +0000
parents 7a149eac59a3
children ff4be2d1401d
comparison
equal deleted inserted replaced
9566:7a149eac59a3 9567:111394c5fe2a
31 (LIBEBOOK_MAJOR_VER == (major) && LIBEBOOK_MINOR_VER == (minor) && \ 31 (LIBEBOOK_MAJOR_VER == (major) && LIBEBOOK_MINOR_VER == (minor) && \
32 LIBEBOOK_MICRO_VER >= (micro))) 32 LIBEBOOK_MICRO_VER >= (micro)))
33 33
34 #include <libebook/e-book.h> 34 #include <libebook/e-book.h>
35 35
36 #if 0 && !EBOOK_CHECK_VERSION(0, 0, 95) 36 #if !EBOOK_CHECK_VERSION(0, 0, 95)
37 # include <libebook/e-book-async.h> 37 # include <libebook/e-book-async.h>
38 #endif 38 #endif
39 39
40 typedef struct 40 typedef struct
41 { 41 {