Sat, 20 Nov 2004 01:18:16 +0000
[gaim-migrate @ 11341]
fixed compiler warning for open macro
| src/win32/libc_interface.h | file | annotate | diff | comparison | revisions |
--- 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);