comparison src/log.c @ 4192:17187504bfc2

[gaim-migrate @ 4423] include win32dep.h committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Fri, 03 Jan 2003 20:49:12 +0000
parents af2eeb7f7cf8
children 4a0837c49d85
comparison
equal deleted inserted replaced
4191:c626503ac2fc 4192:17187504bfc2
5 #include "gaim.h" 5 #include "gaim.h"
6 #include "core.h" 6 #include "core.h"
7 #include "multi.h" 7 #include "multi.h"
8 #include "prpl.h" 8 #include "prpl.h"
9 #include <sys/stat.h> 9 #include <sys/stat.h>
10
11 #ifdef _WIN32
12 #include "win32dep.h"
13 #endif
10 14
11 void rm_log(struct log_conversation *a) 15 void rm_log(struct log_conversation *a)
12 { 16 {
13 struct conversation *cnv = find_conversation(a->name); 17 struct conversation *cnv = find_conversation(a->name);
14 18