- Timestamp:
- Nov 29, 1999, 11:23:07 PM (26 years ago)
- Location:
- trunk/src/wsock32/new
- Files:
- 
      - 2 edited
 
 - 
          
  makefile (modified) (2 diffs)
- 
          
  wsock32.cpp (modified) (4 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/src/wsock32/new/makefiler1877 r1881 1 # $Id: makefile,v 1. 2 1999-11-29 07:22:54phaller Exp $1 # $Id: makefile,v 1.3 1999-11-29 22:23:07 phaller Exp $ 2 2 3 3 # … … 29 29 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \ 30 30 dapwsock.lib $(PDWIN32_LIB)\kernel32.lib \ 31 H$(PDWIN32_LIB)\user32.lib \ 31 32 $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O) 32 33 $(CP) $@ $(PDWIN32_BIN) 
- 
      trunk/src/wsock32/new/wsock32.cppr1877 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.
  
