Changeset 9436
- Timestamp:
- Nov 27, 2002, 2:54:46 PM (23 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
include/OS2WIN.H (modified) (1 diff)
-
lib/wgss50.def (modified) (2 diffs)
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 */ -
trunk/lib/wgss50.def
r7725 r9436 276 276 _O32_GetLastError @943 277 277 278 278 _O32_GetDriveType @944 279 279 _O32_CompareFileTime @945 280 280 _O32_DosDateTimeToFileTime @946 … … 343 343 _GpiQueryDCData @ 7000 344 344 345 _O32_CreateBitmapFromPMHandle @7001
Note:
See TracChangeset
for help on using the changeset viewer.
