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

@@ -87,7 +87,7 @@ chat_log_chat(const gchar * const login, gchar *other,
FILE *logp = fopen(dated_log->filename, "a");
if (direction == IN) {
if (direction == PROF_IN_LOG) {
if (strncmp(msg, "/me ", 4) == 0) {
fprintf(logp, "%s - *%s %s\n", date_fmt, other_copy, msg + 4);
} else {