Changeset 1881 for trunk/src/wsock32/new/wsock32.cpp
- Timestamp:
- Nov 29, 1999, 11:23:07 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wsock32/new/wsock32.cpp
r1877 r1881 1 /* $Id: wsock32.cpp,v 1. 4 1999-11-29 07:22:55phaller Exp $ */1 /* $Id: wsock32.cpp,v 1.5 1999-11-29 22:23:07 phaller Exp $ */ 2 2 3 3 /* … … 43 43 #include <wprocess.h> 44 44 #include <heapstring.h> 45 46 #include <wsock32.h> 45 #include <win32wnd.h> 46 47 #include "wsock32.h" 47 48 48 49 … … 1342 1343 int rc; 1343 1344 int iError; 1345 HWND hwndOS2; 1344 1346 1345 1347 /* @@@PH: our source window doesn't seem to have an anchor block. … … 1355 1357 */ 1356 1358 1359 hwndOS2 = Win32ToOS2Handle(hWnd); 1357 1360 1358 1361 rc = WSAAsyncSelect(s, 1359 h Wnd,1362 hwndOS2, 1360 1363 wMsg, 1361 1364 lEvent);
Note:
See TracChangeset
for help on using the changeset viewer.