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/oslibmsgtranslate.cpp

    r4658 r4848  
    1 /* $Id: oslibmsgtranslate.cpp,v 1.39 2000-11-21 11:36:08 sandervl Exp $ */
     1/* $Id: oslibmsgtranslate.cpp,v 1.40 2000-12-29 18:39:58 sandervl Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    2323#include <winconst.h>
    2424#include "oslibmsg.h"
    25 #include "win32wnd.h"
     25#include <winuser32.h>
    2626#include "win32wdesktop.h"
    2727#include "oslibutil.h"
     
    265265      BOOL fMinimized = FALSE;
    266266
    267         hwndActivate = Win32BaseWindow::OS2ToWin32Handle(hwndActivate);
     267        hwndActivate = OS2ToWin32Handle(hwndActivate);
    268268        if(hwndActivate == 0) {
    269269                //another (non-win32) application's window
     
    292292                hwndFocus = NULL;
    293293        }
    294         else    hwndFocus = Win32BaseWindow::OS2ToWin32Handle(hwndFocus);
     294        else    hwndFocus = OS2ToWin32Handle(hwndFocus);
    295295
    296296        if((ULONG)os2Msg->mp2 == TRUE) {
Note: See TracChangeset for help on using the changeset viewer.