libpurple/plugins/log_reader.c

changeset 35852
fe350399078a
parent 35382
1b75f8a4129c
child 35972
04fa195c585c
child 37136
cfa7c57f9ca5
equal deleted inserted replaced
35851:53a60c0d3040 35852:fe350399078a
10 #include "prefs.h" 10 #include "prefs.h"
11 #include "stringref.h" 11 #include "stringref.h"
12 #include "util.h" 12 #include "util.h"
13 #include "version.h" 13 #include "version.h"
14 #include "xmlnode.h" 14 #include "xmlnode.h"
15
16 /* This must be the last Purple header included. */
17 #ifdef _WIN32
18 #include "win32dep.h"
19 #endif
20 15
21 /* Where is the Windows partition mounted? */ 16 /* Where is the Windows partition mounted? */
22 #ifndef PURPLE_LOG_READER_WINDOWS_MOUNT_POINT 17 #ifndef PURPLE_LOG_READER_WINDOWS_MOUNT_POINT
23 #define PURPLE_LOG_READER_WINDOWS_MOUNT_POINT "/mnt/windows" 18 #define PURPLE_LOG_READER_WINDOWS_MOUNT_POINT "/mnt/windows"
24 #endif 19 #endif

mercurial