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

    r4603 r4848  
    1 /* $Id: user32.cpp,v 1.89 2000-11-16 16:35:43 sandervl Exp $ */
     1/* $Id: user32.cpp,v 1.90 2000-12-29 18:39:59 sandervl Exp $ */
    22
    33/*
     
    3333#include <os2win.h>
    3434#include <misc.h>
     35#include <winuser32.h>
    3536
    3637#include "user32.h"
     
    13981399{
    13991400  dprintf(("USER32:  RegisterHotKey, not implemented\n"));
    1400   hwnd = Win32Window::Win32ToOS2Handle(hwnd);
     1401  hwnd = Win32ToOS2Handle(hwnd);
    14011402  return(TRUE);
    14021403}
     
    14761477{
    14771478  dprintf(("USER32:  UnregisterHotKey, not implemented\n"));
    1478   hwnd = Win32Window::Win32ToOS2Handle(hwnd);
     1479  hwnd = Win32ToOS2Handle(hwnd);
    14791480
    14801481  return(TRUE);
Note: See TracChangeset for help on using the changeset viewer.