*: use WIN32 instead of G_OS_WIN32

This commit is contained in:
Max Kellermann
2013-10-15 08:33:44 +02:00
parent 9508ea982b
commit e4e80ff0cb
7 changed files with 16 additions and 16 deletions

View File

@@ -47,7 +47,7 @@ client_puts(Client *client, const char *s)
void
client_vprintf(Client *client, const char *fmt, va_list args)
{
#ifndef G_OS_WIN32
#ifndef WIN32
va_list tmp;
int length;