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

Fix: with handle translation fix

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: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.