Changeset fcc2da9 for protocols/yahoo/yahoo_httplib.c
- Timestamp:
- 2006-05-26T15:46:51Z (19 years ago)
- Branches:
- master
- Children:
- 875ad42
- Parents:
- aec56b0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/yahoo/yahoo_httplib.c
raec56b0 rfcc2da9 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)55 53 # define snprintf _snprintf 56 54 #endif
Note: See TracChangeset
for help on using the changeset viewer.