Changeset 9436


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

added CreateBitmapFromPMHandle export'

Location:
trunk
Files:
2 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 */
  • trunk/lib/wgss50.def

    r7725 r9436  
    276276   _O32_GetLastError                     @943
    277277
    278 
     278   _O32_GetDriveType                     @944
    279279   _O32_CompareFileTime                  @945
    280280   _O32_DosDateTimeToFileTime            @946
     
    343343   _GpiQueryDCData @ 7000
    344344
     345   _O32_CreateBitmapFromPMHandle         @7001 
Note: See TracChangeset for help on using the changeset viewer.