libpurple/win32/libc_interface.h

changeset 41829
13997c67710d
parent 40809
691bd780ab06
child 42371
c0c022adabf7
equal deleted inserted replaced
41828:023b57b090f6 41829:13997c67710d
43 #define S_ISDIR(m) (((m)&S_IFDIR)==S_IFDIR) 43 #define S_ISDIR(m) (((m)&S_IFDIR)==S_IFDIR)
44 44
45 #define F_OK 0 45 #define F_OK 0
46 #endif 46 #endif
47 47
48 /* sys/socket.h */
49 #define getsockname( socket, addr, lenptr ) \
50 wpurple_getsockname( socket, addr, lenptr )
51
52 /* fcntl.h */ 48 /* fcntl.h */
53 #define fcntl( fd, command, ... ) \ 49 #define fcntl( fd, command, ... ) \
54 wpurple_fcntl( fd, command, ##__VA_ARGS__ ) 50 wpurple_fcntl( fd, command, ##__VA_ARGS__ )
55 51
56 /* netdb.h */ 52 /* netdb.h */

mercurial