Ignore:
Timestamp:
Dec 29, 2000, 7:41:23 PM (25 years ago)
Author:
sandervl
Message:

Win32ToOS2Handle & OS2ToWin32Handle exported with stdcall calling convention

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/dc.cpp

    r4762 r4848  
    1 /* $Id: dc.cpp,v 1.80 2000-12-07 11:59:45 sandervl Exp $ */
     1/* $Id: dc.cpp,v 1.81 2000-12-29 18:39:58 sandervl Exp $ */
    22
    33/*
     
    2525#include <win32type.h>
    2626#include <win32api.h>
     27#include <winuser32.h>
    2728#include <winconst.h>
    2829#include <misc.h>
     
    17681769   dprintf2(("USER32:  WindowFromDC %x", hdc));
    17691770   if ( pHps )
    1770       return Win32BaseWindow::OS2ToWin32Handle(pHps->hwnd);
     1771      return OS2ToWin32Handle(pHps->hwnd);
    17711772   else
    17721773      return 0;
Note: See TracChangeset for help on using the changeset viewer.