Mercurial > pidgin.yaz
changeset 10214:45bcc3edd8c3
[gaim-migrate @ 11341]
fixed compiler warning for open macro
committer: Tailor Script <tailor@pidgin.im>
author | Herman Bloggs <hermanator12002@yahoo.com> |
---|---|
date | Sat, 20 Nov 2004 01:18:16 +0000 |
parents | c1b581074aaf |
children | 132e8767b2f6 |
files | src/win32/libc_interface.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);