# HG changeset patch # User Herman Bloggs # Date 1100913496 0 # Node ID 45bcc3edd8c325e8a5313ba0ef717272ef55adce # Parent c1b581074aaf2c72b230aad5e6e82ebf88ad7aef [gaim-migrate @ 11341] fixed compiler warning for open macro committer: Tailor Script diff -r c1b581074aaf -r 45bcc3edd8c3 src/win32/libc_interface.h --- a/src/win32/libc_interface.h Sat Nov 20 00:56:59 2004 +0000 +++ b/src/win32/libc_interface.h Sat Nov 20 01:18:16 2004 +0000 @@ -67,7 +67,7 @@ #define fcntl( fd, command, val ) \ wgaim_fcntl( fd, command, val ) -#define open( args... ) _open( ## args ) +#define open( args... ) _open( args ) /* arpa/inet.h */ extern int wgaim_inet_aton(const char *name, struct in_addr *addr);