Mercurial > pidgin
diff libpurple/win32/libc_interface.h @ 20347:04fe5601fedb
applied changes from 2762c6075c0dc52a96098c5478c5bf68cfd890a3
through 8548e491a5b470d5665cb1cf87a7b0caaa3c87a5
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Sun, 21 Oct 2007 04:46:33 +0000 |
| parents | 44b4e8bd759b |
| children | 6e0c99e134c2 |
line wrap: on
line diff
--- a/libpurple/win32/libc_interface.h Sun Oct 21 04:44:56 2007 +0000 +++ b/libpurple/win32/libc_interface.h Sun Oct 21 04:46:33 2007 +0000 @@ -75,8 +75,8 @@ wpurple_ioctl( fd, command, val ) /* fcntl.h */ -#define fcntl( fd, command, val ) \ -wpurple_fcntl( fd, command, val ) +#define fcntl( fd, command, ... ) \ +wpurple_fcntl( fd, command, ##__VA_ARGS__ ) /* arpa/inet.h */ #define inet_aton( name, addr ) \
