Ignore:
Timestamp:
Nov 27, 2002, 2:54:46 PM (23 years ago)
Author:
sandervl
Message:

added CreateBitmapFromPMHandle export'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/OS2WIN.H

    r8448 r9436  
    98429842}
    98439843
     9844HBITMAP OPEN32API _O32_CreateBitmapFromPMHandle(HBITMAP hPMBitmap);
     9845
     9846inline HBITMAP O32_CreateBitmapFromPMHandle(HBITMAP hPMBitmap)
     9847{
     9848 HBITMAP yyrc;
     9849 USHORT sel = RestoreOS2FS();
     9850
     9851    yyrc = _O32_CreateBitmapFromPMHandle(hPMBitmap);
     9852    SetFS(sel);
     9853
     9854    return yyrc;
     9855}
     9856
    98449857#endif    /* ifdef _OS2WIN_H */
Note: See TracChangeset for help on using the changeset viewer.