Changeset 823de9d for protocols/yahoo
- Timestamp:
- 2009-03-12T19:10:06Z (16 years ago)
- Branches:
- master
- Children:
- 673a54c
- Parents:
- 9b55485
- Location:
- protocols/yahoo
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/yahoo/libyahoo2.c
r9b55485 r823de9d 69 69 #ifdef __MINGW32__ 70 70 # include <winsock2.h> 71 # define write(a,b,c) send(a,b,c,0) 72 # define read(a,b,c) recv(a,b,c,0) 71 73 #endif 72 74 -
protocols/yahoo/yahoo.c
r9b55485 r823de9d 666 666 667 667 imcb_error( ic, "%s", err ); 668 669 if( fatal )670 imc_logout( ic, TRUE );671 668 } 672 669 -
protocols/yahoo/yahoo_httplib.c
r9b55485 r823de9d 51 51 #ifdef __MINGW32__ 52 52 # include <winsock2.h> 53 # define write(a,b,c) send(a,b,c,0) 54 # define read(a,b,c) recv(a,b,c,0) 53 55 # define snprintf _snprintf 54 56 #endif
Note: See TracChangeset
for help on using the changeset viewer.