Changes in protocols/yahoo/yahoo_httplib.c [fcc2da9:c3c2e14]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/yahoo/yahoo_httplib.c
rfcc2da9 rc3c2e14 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.