diff options
Diffstat (limited to 'src/ClientWrite.cxx')
-rw-r--r-- | src/ClientWrite.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientWrite.cxx b/src/ClientWrite.cxx index dc18faafd..ebed5f570 100644 --- a/src/ClientWrite.cxx +++ b/src/ClientWrite.cxx @@ -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; |