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/include/winuser32.h

    r4600 r4848  
    1 /* $Id: winuser32.h,v 1.5 2000-11-15 20:38:09 sandervl Exp $ */
     1/* $Id: winuser32.h,v 1.6 2000-12-29 18:41:23 sandervl Exp $ */
    22
    33/*
     
    2727int  WIN32API BITMAP_GetWidthBytes( INT width, INT depth );
    2828
     29HWND WIN32API Win32ToOS2Handle(HWND hwndWin32);
     30HWND WIN32API OS2ToWin32Handle(HWND hwnd);
     31
    2932#endif //__WINUSER32_H__
Note: See TracChangeset for help on using the changeset viewer.