Changeset 21299 for trunk/include/OS2WIN.H
- Timestamp:
- Jun 16, 2009, 3:08:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/OS2WIN.H
r10581 r21299 1628 1628 HANDLE OPEN32API O32_GetPMHandleFromGDIHandle(HGDIOBJ hGDI); 1629 1629 1630 VOID OPEN32API _O32_GetStartupInfo(LPSTARTUPINFOA lpStartupInfo); 1631 1632 inline VOID O32_GetStartupInfo(LPSTARTUPINFOA lpStartupInfo) 1633 { 1634 USHORT sel = RestoreOS2FS(); 1635 1636 _O32_GetStartupInfo(lpStartupInfo); 1637 SetFS(sel); 1638 } 1639 1630 1640 #endif /* ifdef _OS2WIN_H */
Note:
See TracChangeset
for help on using the changeset viewer.