comparison libpurple/protocols/qq/file_trans.c @ 18210:b8572b937c09

#include reorganizations to allow compiling with glib < 2.8 using the G_GNUC_NULL_TERMINATED define from internal.h
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 20 Jun 2007 18:23:49 +0000
parents 32c366eeeb99
children 44b4e8bd759b
comparison
equal deleted inserted replaced
18209:d3cd11e13557 18210:b8572b937c09
23 */ 23 */
24 24
25 #ifdef _WIN32 25 #ifdef _WIN32
26 #define random rand 26 #define random rand
27 #endif 27 #endif
28
29 #include "internal.h"
28 30
29 #include "debug.h" 31 #include "debug.h"
30 #include "ft.h" 32 #include "ft.h"
31 #include "cipher.h" 33 #include "cipher.h"
32 34