Fixed name clashes with windows.h

This commit is contained in:
James Booth
2012-12-11 23:58:54 +00:00
parent 253eb453f2
commit 803eacc488
4 changed files with 8 additions and 8 deletions

View File

@@ -26,8 +26,8 @@
#include <glib.h>
typedef enum {
IN,
OUT
PROF_IN_LOG,
PROF_OUT_LOG
} chat_log_direction_t;
void chat_log_init(void);