comparison config.h.mingw @ 23456:00eaff9396ec

propagate from branch 'im.pidgin.pidgin' (head e39a6e9be3df05b59a878001feb9276b9ceb66a9) to branch 'im.pidgin.pidgin.khc.msnp15' (head c5b8a906c26f5cb0fd8c7256852e3c1e346d7863)
author Ka-Hing Cheung <khc@hxbc.us>
date Wed, 06 Feb 2008 03:35:04 +0000
parents c38d72677c8a
children
comparison
equal deleted inserted replaced
23455:f182cf94145c 23456:00eaff9396ec
353 /* The size of `time_t', as computed by sizeof. */ 353 /* The size of `time_t', as computed by sizeof. */
354 #define SIZEOF_TIME_T 4 354 #define SIZEOF_TIME_T 4
355 355
356 /* Loads static protocol plugin module initialization functions. */ 356 /* Loads static protocol plugin module initialization functions. */
357 #ifndef STATIC_PROTO_INIT 357 #ifndef STATIC_PROTO_INIT
358 #define STATIC_PROTO_INIT static void static_proto_init() { } 358 #define STATIC_PROTO_INIT static void static_proto_init(void) { }
359 #endif 359 #endif
360 360
361 /* Define to 1 if you have the ANSI C header files. */ 361 /* Define to 1 if you have the ANSI C header files. */
362 #define STDC_HEADERS 1 362 #define STDC_HEADERS 1
363 363