Changeset 1943 for trunk/src/wsock32/new/wsock32.cpp
- Timestamp:
- Dec 2, 1999, 5:12:24 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wsock32/new/wsock32.cpp
r1940 r1943 1 /* $Id: wsock32.cpp,v 1. 9 1999-12-02 15:22:05achimha Exp $ */1 /* $Id: wsock32.cpp,v 1.10 1999-12-02 16:12:24 achimha Exp $ */ 2 2 3 3 /* … … 1272 1272 HWND hwndOS2 = Win32ToOS2Handle(hWnd); 1273 1273 ULONG ulNewID; 1274 char *OS2Hostent = (char*)malloc(MAXGETHOSTSTRUCT);1275 1274 1276 1275 if (hwndRelay == NULL) // already initialized ? … … 1285 1284 else 1286 1285 // add entry to list, we need to store both our temp buffer and the apps buffer 1287 ulNewID = RelayAlloc(hWnd, wMsg, ASYNCREQUEST_GETHOSTBYNAME, buf , OS2Hostent);1286 ulNewID = RelayAlloc(hWnd, wMsg, ASYNCREQUEST_GETHOSTBYNAME, buf); 1288 1287 1289 1288 // call pmwsock function, will fill our temp buffer … … 1291 1290 ulNewID, 1292 1291 name, 1293 OS2Hostent,1292 buf, 1294 1293 buflen); 1295 1294
Note:
See TracChangeset
for help on using the changeset viewer.