Changeset 21301 for trunk/include/OS2WIN.H
- Timestamp:
- Jun 16, 2009, 3:47:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/OS2WIN.H
r21299 r21301 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 1640 1630 #endif /* ifdef _OS2WIN_H */
Note:
See TracChangeset
for help on using the changeset viewer.