[gaim-migrate @ 11341]

Sat, 20 Nov 2004 01:18:16 +0000

author
Herman Bloggs <herman@bluedigits.com>
date
Sat, 20 Nov 2004 01:18:16 +0000
changeset 10214
cacd409512fa
parent 10213
84ff5b07e717
child 10215
30ff6266290b

[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);

mercurial