Changeset 9436 for trunk/include/OS2WIN.H
- Timestamp:
- Nov 27, 2002, 2:54:46 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/OS2WIN.H
r8448 r9436 9842 9842 } 9843 9843 9844 HBITMAP OPEN32API _O32_CreateBitmapFromPMHandle(HBITMAP hPMBitmap); 9845 9846 inline 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 9844 9857 #endif /* ifdef _OS2WIN_H */
Note:
See TracChangeset
for help on using the changeset viewer.