Mercurial > pidgin
diff src/win32/libc_interface.h @ 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 | 5e78d07f6b36 |
| children | 0f7452b1f777 |
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);
