Changeset 1881 for trunk/src


Ignore:
Timestamp:
Nov 29, 1999, 11:23:07 PM (26 years ago)
Author:
phaller
Message:

Fix: with handle translation fix

Location:
trunk/src/wsock32/new
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wsock32/new/makefile

    r1877 r1881  
    1 # $Id: makefile,v 1.2 1999-11-29 07:22:54 phaller Exp $
     1# $Id: makefile,v 1.3 1999-11-29 22:23:07 phaller Exp $
    22
    33#
     
    2929        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \
    3030              dapwsock.lib $(PDWIN32_LIB)\kernel32.lib \
     31              H$(PDWIN32_LIB)\user32.lib \
    3132              $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)
    3233        $(CP) $@ $(PDWIN32_BIN)
  • trunk/src/wsock32/new/wsock32.cpp

    r1877 r1881  
    1 /* $Id: wsock32.cpp,v 1.4 1999-11-29 07:22:55 phaller Exp $ */
     1/* $Id: wsock32.cpp,v 1.5 1999-11-29 22:23:07 phaller Exp $ */
    22
    33/*
     
    4343#include <wprocess.h>
    4444#include <heapstring.h>
    45 
    46 #include <wsock32.h>
     45#include <win32wnd.h>
     46
     47#include "wsock32.h"
    4748
    4849
     
    13421343  int rc;
    13431344  int iError;
     1345  HWND hwndOS2;
    13441346 
    13451347  /* @@@PH: our source window doesn't seem to have an anchor block.
     
    13551357   */
    13561358 
     1359  hwndOS2 = Win32ToOS2Handle(hWnd);
    13571360 
    13581361  rc = WSAAsyncSelect(s,
    1359                       hWnd,
     1362                      hwndOS2,
    13601363                      wMsg,
    13611364                      lEvent);
Note: See TracChangeset for help on using the changeset viewer.