Changeset 223 for trunk/include/OS2WIN.H
- Timestamp:
- Jun 26, 1999, 8:25:08 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/OS2WIN.H
r94 r223 1 /* $Id: OS2WIN.H,v 1. 6 1999-06-10 16:21:47 achimhaExp $ */1 /* $Id: OS2WIN.H,v 1.7 1999-06-26 18:24:20 sandervl Exp $ */ 2 2 #ifndef _OS2WIN_H 3 3 #define _OS2WIN_H … … 1623 1623 { 1624 1624 int yyrc; 1625 USHORT sel = GetFS();1625 USHORT sel = RestoreOS2FS(); 1626 1626 1627 1627 yyrc = _O32_WinMain(a, b, c, d); … … 1634 1634 { 1635 1635 int yyrc; 1636 USHORT sel = GetFS();1636 USHORT sel = RestoreOS2FS(); 1637 1637 1638 1638 yyrc = _O32_AbortDoc(a); … … 1645 1645 { 1646 1646 BOOL yyrc; 1647 USHORT sel = GetFS();1647 USHORT sel = RestoreOS2FS(); 1648 1648 1649 1649 yyrc = _O32_AbortPath(a); … … 1656 1656 { 1657 1657 ATOM yyrc; 1658 USHORT sel = GetFS();1658 USHORT sel = RestoreOS2FS(); 1659 1659 1660 1660 yyrc = _O32_AddAtom(a); … … 1667 1667 { 1668 1668 int yyrc; 1669 USHORT sel = GetFS();1669 USHORT sel = RestoreOS2FS(); 1670 1670 1671 1671 yyrc = _O32_AddFontResource(a); … … 1678 1678 { 1679 1679 BOOL yyrc; 1680 USHORT sel = GetFS();1680 USHORT sel = RestoreOS2FS(); 1681 1681 1682 1682 yyrc = _O32_AdjustWindowRect(a, b, c); … … 1689 1689 { 1690 1690 BOOL yyrc; 1691 USHORT sel = GetFS();1691 USHORT sel = RestoreOS2FS(); 1692 1692 1693 1693 yyrc = _O32_AdjustWindowRectEx(a, b, c, d); … … 1700 1700 { 1701 1701 BOOL yyrc; 1702 USHORT sel = GetFS();1702 USHORT sel = RestoreOS2FS(); 1703 1703 1704 1704 yyrc = _O32_AngleArc(a, b, c, d, e, f); … … 1711 1711 { 1712 1712 BOOL yyrc; 1713 USHORT sel = GetFS();1713 USHORT sel = RestoreOS2FS(); 1714 1714 1715 1715 yyrc = _O32_AnimatePalette(a, b, c, d); … … 1722 1722 { 1723 1723 BOOL yyrc; 1724 USHORT sel = GetFS();1724 USHORT sel = RestoreOS2FS(); 1725 1725 1726 1726 yyrc = _O32_AppendMenu(a, b, c, d); … … 1733 1733 { 1734 1734 BOOL yyrc; 1735 USHORT sel = GetFS();1735 USHORT sel = RestoreOS2FS(); 1736 1736 1737 1737 yyrc = _O32_Arc(a, b, c, d, e, f, g, h, i); … … 1744 1744 { 1745 1745 BOOL yyrc; 1746 USHORT sel = GetFS();1746 USHORT sel = RestoreOS2FS(); 1747 1747 1748 1748 yyrc = _O32_ArcTo(a, b, c, d, e, f, g, h, i); … … 1755 1755 { 1756 1756 UINT yyrc; 1757 USHORT sel = GetFS();1757 USHORT sel = RestoreOS2FS(); 1758 1758 1759 1759 yyrc = _O32_ArrangeIconicWindows(a); … … 1766 1766 { 1767 1767 BOOL yyrc; 1768 USHORT sel = GetFS();1768 USHORT sel = RestoreOS2FS(); 1769 1769 1770 1770 yyrc = _O32_Beep(a, b); … … 1777 1777 { 1778 1778 HDWP yyrc; 1779 USHORT sel = GetFS();1779 USHORT sel = RestoreOS2FS(); 1780 1780 1781 1781 yyrc = _O32_BeginDeferWindowPos(a); … … 1788 1788 { 1789 1789 HDC yyrc; 1790 USHORT sel = GetFS();1790 USHORT sel = RestoreOS2FS(); 1791 1791 1792 1792 yyrc = _O32_BeginPaint(a, b); … … 1799 1799 { 1800 1800 BOOL yyrc; 1801 USHORT sel = GetFS();1801 USHORT sel = RestoreOS2FS(); 1802 1802 1803 1803 yyrc = _O32_BeginPath(a); … … 1810 1810 { 1811 1811 BOOL yyrc; 1812 USHORT sel = GetFS();1812 USHORT sel = RestoreOS2FS(); 1813 1813 1814 1814 yyrc = _O32_BitBlt(a, b, c, d, e, f, g, h, i); … … 1821 1821 { 1822 1822 BOOL yyrc; 1823 USHORT sel = GetFS();1823 USHORT sel = RestoreOS2FS(); 1824 1824 1825 1825 yyrc = _O32_BringWindowToTop(a); … … 1832 1832 { 1833 1833 BOOL yyrc; 1834 USHORT sel = GetFS();1834 USHORT sel = RestoreOS2FS(); 1835 1835 1836 1836 yyrc = _O32_CallMsgFilter(a, b); … … 1843 1843 { 1844 1844 LRESULT yyrc; 1845 USHORT sel = GetFS();1845 USHORT sel = RestoreOS2FS(); 1846 1846 1847 1847 yyrc = _O32_CallNextHookEx(a, b, c, d); … … 1854 1854 { 1855 1855 LRESULT yyrc; 1856 USHORT sel = GetFS();1856 USHORT sel = RestoreOS2FS(); 1857 1857 1858 1858 yyrc = _O32_CallWindowProc(a, b, c, d, e); … … 1865 1865 { 1866 1866 BOOL yyrc; 1867 USHORT sel = GetFS();1867 USHORT sel = RestoreOS2FS(); 1868 1868 1869 1869 yyrc = _O32_ChangeClipboardChain(a, b); … … 1876 1876 { 1877 1877 LPSTR yyrc; 1878 USHORT sel = GetFS();1878 USHORT sel = RestoreOS2FS(); 1879 1879 1880 1880 yyrc = _O32_CharLower(a); … … 1887 1887 { 1888 1888 DWORD yyrc; 1889 USHORT sel = GetFS();1889 USHORT sel = RestoreOS2FS(); 1890 1890 1891 1891 yyrc = _O32_CharLowerBuff(a, b); … … 1898 1898 { 1899 1899 LPSTR yyrc; 1900 USHORT sel = GetFS();1900 USHORT sel = RestoreOS2FS(); 1901 1901 1902 1902 yyrc = _O32_CharUpper(a); … … 1909 1909 { 1910 1910 DWORD yyrc; 1911 USHORT sel = GetFS();1911 USHORT sel = RestoreOS2FS(); 1912 1912 1913 1913 yyrc = _O32_CharUpperBuff(a, b); … … 1920 1920 { 1921 1921 BOOL yyrc; 1922 USHORT sel = GetFS();1922 USHORT sel = RestoreOS2FS(); 1923 1923 1924 1924 yyrc = _O32_CheckDlgButton(a, b, c); … … 1931 1931 { 1932 1932 DWORD yyrc; 1933 USHORT sel = GetFS();1933 USHORT sel = RestoreOS2FS(); 1934 1934 1935 1935 yyrc = _O32_CheckMenuItem(a, b, c); … … 1942 1942 { 1943 1943 BOOL yyrc; 1944 USHORT sel = GetFS();1944 USHORT sel = RestoreOS2FS(); 1945 1945 1946 1946 yyrc = _O32_CheckRadioButton(a, b, c, d); … … 1953 1953 { 1954 1954 HWND yyrc; 1955 USHORT sel = GetFS();1955 USHORT sel = RestoreOS2FS(); 1956 1956 1957 1957 yyrc = _O32_ChildWindowFromPoint(a, b); … … 1964 1964 { 1965 1965 BOOL yyrc; 1966 USHORT sel = GetFS();1966 USHORT sel = RestoreOS2FS(); 1967 1967 1968 1968 yyrc = _O32_ChooseColor(a); … … 1975 1975 { 1976 1976 BOOL yyrc; 1977 USHORT sel = GetFS();1977 USHORT sel = RestoreOS2FS(); 1978 1978 1979 1979 yyrc = _O32_ChooseFont(a); … … 1986 1986 { 1987 1987 BOOL yyrc; 1988 USHORT sel = GetFS();1988 USHORT sel = RestoreOS2FS(); 1989 1989 1990 1990 yyrc = _O32_Chord(a, b, c, d, e, f, g, h, i); … … 1997 1997 { 1998 1998 BOOL yyrc; 1999 USHORT sel = GetFS();1999 USHORT sel = RestoreOS2FS(); 2000 2000 2001 2001 yyrc = _O32_ClientToScreen(a, b); … … 2008 2008 { 2009 2009 BOOL yyrc; 2010 USHORT sel = GetFS();2010 USHORT sel = RestoreOS2FS(); 2011 2011 2012 2012 yyrc = _O32_ClipCursor(a); … … 2019 2019 { 2020 2020 BOOL yyrc; 2021 USHORT sel = GetFS();2021 USHORT sel = RestoreOS2FS(); 2022 2022 2023 2023 yyrc = _O32_CloseClipboard(); … … 2030 2030 { 2031 2031 HENHMETAFILE yyrc; 2032 USHORT sel = GetFS();2032 USHORT sel = RestoreOS2FS(); 2033 2033 2034 2034 yyrc = _O32_CloseEnhMetaFile(a); … … 2041 2041 { 2042 2042 BOOL yyrc; 2043 USHORT sel = GetFS();2043 USHORT sel = RestoreOS2FS(); 2044 2044 2045 2045 yyrc = _O32_CloseFigure(a); … … 2052 2052 { 2053 2053 BOOL yyrc; 2054 USHORT sel = GetFS();2054 USHORT sel = RestoreOS2FS(); 2055 2055 2056 2056 yyrc = _O32_CloseHandle(a); … … 2063 2063 { 2064 2064 HMETAFILE yyrc; 2065 USHORT sel = GetFS();2065 USHORT sel = RestoreOS2FS(); 2066 2066 2067 2067 yyrc = _O32_CloseMetaFile(a); … … 2074 2074 { 2075 2075 BOOL yyrc; 2076 USHORT sel = GetFS();2076 USHORT sel = RestoreOS2FS(); 2077 2077 2078 2078 yyrc = _O32_CloseWindow(a); … … 2085 2085 { 2086 2086 int yyrc; 2087 USHORT sel = GetFS();2087 USHORT sel = RestoreOS2FS(); 2088 2088 2089 2089 yyrc = _O32_CombineRgn(a, b, c, d); … … 2096 2096 { 2097 2097 DWORD yyrc; 2098 USHORT sel = GetFS();2098 USHORT sel = RestoreOS2FS(); 2099 2099 2100 2100 yyrc = _O32_CommDlgExtendedError(); … … 2107 2107 { 2108 2108 LONG yyrc; 2109 USHORT sel = GetFS();2109 USHORT sel = RestoreOS2FS(); 2110 2110 2111 2111 yyrc = _O32_CompareFileTime(a, b); … … 2118 2118 { 2119 2119 HCURSOR yyrc; 2120 USHORT sel = GetFS();2120 USHORT sel = RestoreOS2FS(); 2121 2121 2122 2122 yyrc = _O32_CopyCursor(a); … … 2129 2129 { 2130 2130 HENHMETAFILE yyrc; 2131 USHORT sel = GetFS();2131 USHORT sel = RestoreOS2FS(); 2132 2132 2133 2133 yyrc = _O32_CopyEnhMetaFile(a, b); … … 2140 2140 { 2141 2141 BOOL yyrc; 2142 USHORT sel = GetFS();2142 USHORT sel = RestoreOS2FS(); 2143 2143 2144 2144 yyrc = _O32_CopyFile(a, b, c); … … 2151 2151 { 2152 2152 HICON yyrc; 2153 USHORT sel = GetFS();2153 USHORT sel = RestoreOS2FS(); 2154 2154 2155 2155 yyrc = _O32_CopyIcon(a); … … 2162 2162 { 2163 2163 HMETAFILE yyrc; 2164 USHORT sel = GetFS();2164 USHORT sel = RestoreOS2FS(); 2165 2165 2166 2166 yyrc = _O32_CopyMetaFile(a, b); … … 2173 2173 { 2174 2174 BOOL yyrc; 2175 USHORT sel = GetFS();2175 USHORT sel = RestoreOS2FS(); 2176 2176 2177 2177 yyrc = _O32_CopyRect(a, b); … … 2184 2184 { 2185 2185 int yyrc; 2186 USHORT sel = GetFS();2186 USHORT sel = RestoreOS2FS(); 2187 2187 2188 2188 yyrc = _O32_CountClipboardFormats(); … … 2195 2195 { 2196 2196 HACCEL yyrc; 2197 USHORT sel = GetFS();2197 USHORT sel = RestoreOS2FS(); 2198 2198 2199 2199 yyrc = _O32_CreateAcceleratorTable(a, b); … … 2206 2206 { 2207 2207 HBITMAP yyrc; 2208 USHORT sel = GetFS();2208 USHORT sel = RestoreOS2FS(); 2209 2209 2210 2210 yyrc = _O32_CreateBitmap(a, b, c, d, e); … … 2217 2217 { 2218 2218 HBITMAP yyrc; 2219 USHORT sel = GetFS();2219 USHORT sel = RestoreOS2FS(); 2220 2220 2221 2221 yyrc = _O32_CreateBitmapIndirect(a); … … 2228 2228 { 2229 2229 HBRUSH yyrc; 2230 USHORT sel = GetFS();2230 USHORT sel = RestoreOS2FS(); 2231 2231 2232 2232 yyrc = _O32_CreateBrushIndirect(a); … … 2239 2239 { 2240 2240 BOOL yyrc; 2241 USHORT sel = GetFS();2241 USHORT sel = RestoreOS2FS(); 2242 2242 2243 2243 yyrc = _O32_CreateCaret(a, b, c, d); … … 2250 2250 { 2251 2251 HBITMAP yyrc; 2252 USHORT sel = GetFS();2252 USHORT sel = RestoreOS2FS(); 2253 2253 2254 2254 yyrc = _O32_CreateCompatibleBitmap(a, b, c); … … 2261 2261 { 2262 2262 HDC yyrc; 2263 USHORT sel = GetFS();2263 USHORT sel = RestoreOS2FS(); 2264 2264 2265 2265 yyrc = _O32_CreateCompatibleDC(a); … … 2272 2272 { 2273 2273 HCURSOR yyrc; 2274 USHORT sel = GetFS();2274 USHORT sel = RestoreOS2FS(); 2275 2275 2276 2276 yyrc = _O32_CreateCursor(a, b, c, d, e, f, g); … … 2283 2283 { 2284 2284 HDC yyrc; 2285 USHORT sel = GetFS();2285 USHORT sel = RestoreOS2FS(); 2286 2286 2287 2287 yyrc = _O32_CreateDC(a, b, c, d); … … 2294 2294 { 2295 2295 HBRUSH yyrc; 2296 USHORT sel = GetFS();2296 USHORT sel = RestoreOS2FS(); 2297 2297 2298 2298 yyrc = _O32_CreateDIBPatternBrushPt(a, b); … … 2305 2305 { 2306 2306 HBITMAP yyrc; 2307 USHORT sel = GetFS();2307 USHORT sel = RestoreOS2FS(); 2308 2308 2309 2309 yyrc = _O32_CreateDIBitmap(a, b, c, d, e, f); … … 2316 2316 { 2317 2317 HWND yyrc; 2318 USHORT sel = GetFS();2318 USHORT sel = RestoreOS2FS(); 2319 2319 2320 2320 yyrc = _O32_CreateDialog(a, b, c, d); … … 2327 2327 { 2328 2328 HWND yyrc; 2329 USHORT sel = GetFS();2329 USHORT sel = RestoreOS2FS(); 2330 2330 2331 2331 yyrc = _O32_CreateDialogParam(a, b, c, d, e); … … 2338 2338 { 2339 2339 HWND yyrc; 2340 USHORT sel = GetFS();2340 USHORT sel = RestoreOS2FS(); 2341 2341 2342 2342 yyrc = _O32_CreateDialogIndirect(a, b, c, d); … … 2349 2349 { 2350 2350 HWND yyrc; 2351 USHORT sel = GetFS();2351 USHORT sel = RestoreOS2FS(); 2352 2352 2353 2353 yyrc = _O32_CreateDialogIndirectParam(a, b, c, d, e); … … 2360 2360 { 2361 2361 BOOL yyrc; 2362 USHORT sel = GetFS();2362 USHORT sel = RestoreOS2FS(); 2363 2363 2364 2364 yyrc = _O32_CreateDirectory(a, b); … … 2371 2371 { 2372 2372 HRGN yyrc; 2373 USHORT sel = GetFS();2373 USHORT sel = RestoreOS2FS(); 2374 2374 2375 2375 yyrc = _O32_CreateEllipticRgn(a, b, c, d); … … 2382 2382 { 2383 2383 HRGN yyrc; 2384 USHORT sel = GetFS();2384 USHORT sel = RestoreOS2FS(); 2385 2385 2386 2386 yyrc = _O32_CreateEllipticRgnIndirect(a); … … 2393 2393 { 2394 2394 HENHMETAFILE yyrc; 2395 USHORT sel = GetFS();2395 USHORT sel = RestoreOS2FS(); 2396 2396 2397 2397 yyrc = _O32_CreateEnhMetaFile(a, b, c, d); … … 2404 2404 { 2405 2405 HANDLE yyrc; 2406 USHORT sel = GetFS();2406 USHORT sel = RestoreOS2FS(); 2407 2407 2408 2408 yyrc = _O32_CreateEvent(a, b, c, d); … … 2415 2415 { 2416 2416 HANDLE yyrc; 2417 USHORT sel = GetFS();2417 USHORT sel = RestoreOS2FS(); 2418 2418 2419 2419 yyrc = _O32_CreateFile(a, b, c, d, e, f, g); … … 2426 2426 { 2427 2427 HFONT yyrc; 2428 USHORT sel = GetFS();2428 USHORT sel = RestoreOS2FS(); 2429 2429 2430 2430 yyrc = _O32_CreateFont(a, b, c, d, e, f, g, h, i, j, k, l, m, n); … … 2437 2437 { 2438 2438 HFONT yyrc; 2439 USHORT sel = GetFS();2439 USHORT sel = RestoreOS2FS(); 2440 2440 2441 2441 yyrc = _O32_CreateFontIndirect(a); … … 2448 2448 { 2449 2449 HBRUSH yyrc; 2450 USHORT sel = GetFS();2450 USHORT sel = RestoreOS2FS(); 2451 2451 2452 2452 yyrc = _O32_CreateHatchBrush(a, b); … … 2459 2459 { 2460 2460 HDC yyrc; 2461 USHORT sel = GetFS();2461 USHORT sel = RestoreOS2FS(); 2462 2462 2463 2463 yyrc = _O32_CreateIC(a, b, c, d); … … 2470 2470 { 2471 2471 HICON yyrc; 2472 USHORT sel = GetFS();2472 USHORT sel = RestoreOS2FS(); 2473 2473 2474 2474 yyrc = _O32_CreateIcon(a, b, c, d, e, f, g); … … 2481 2481 { 2482 2482 HICON yyrc; 2483 USHORT sel = GetFS();2483 USHORT sel = RestoreOS2FS(); 2484 2484 2485 2485 yyrc = _O32_CreateIconFromResource(a, b, c, d); … … 2492 2492 { 2493 2493 HICON yyrc; 2494 USHORT sel = GetFS();2494 USHORT sel = RestoreOS2FS(); 2495 2495 2496 2496 yyrc = _O32_CreateIconIndirect(a); … … 2503 2503 { 2504 2504 HMENU yyrc; 2505 USHORT sel = GetFS();2505 USHORT sel = RestoreOS2FS(); 2506 2506 2507 2507 yyrc = _O32_CreateMenu(); … … 2514 2514 { 2515 2515 HDC yyrc; 2516 USHORT sel = GetFS();2516 USHORT sel = RestoreOS2FS(); 2517 2517 2518 2518 yyrc = _O32_CreateMetaFile(a); … … 2525 2525 { 2526 2526 HWND yyrc; 2527 USHORT sel = GetFS();2527 USHORT sel = RestoreOS2FS(); 2528 2528 2529 2529 yyrc = _O32_CreateMDIWindow(a, b, c, d, e, f, g, h, i, j); … … 2536 2536 { 2537 2537 HANDLE yyrc; 2538 USHORT sel = GetFS();2538 USHORT sel = RestoreOS2FS(); 2539 2539 2540 2540 yyrc = _O32_CreateMutex(a, b, c); … … 2547 2547 { 2548 2548 HPALETTE yyrc; 2549 USHORT sel = GetFS();2549 USHORT sel = RestoreOS2FS(); 2550 2550 2551 2551 yyrc = _O32_CreatePalette(a); … … 2558 2558 { 2559 2559 HBRUSH yyrc; 2560 USHORT sel = GetFS();2560 USHORT sel = RestoreOS2FS(); 2561 2561 2562 2562 yyrc = _O32_CreatePatternBrush(a); … … 2569 2569 { 2570 2570 HPEN yyrc; 2571 USHORT sel = GetFS();2571 USHORT sel = RestoreOS2FS(); 2572 2572 2573 2573 yyrc = _O32_CreatePen(a, b, c); … … 2580 2580 { 2581 2581 HPEN yyrc; 2582 USHORT sel = GetFS();2582 USHORT sel = RestoreOS2FS(); 2583 2583 2584 2584 yyrc = _O32_CreatePenIndirect(a); … … 2591 2591 { 2592 2592 HRGN yyrc; 2593 USHORT sel = GetFS();2593 USHORT sel = RestoreOS2FS(); 2594 2594 2595 2595 yyrc = _O32_CreatePolyPolygonRgn(a, b, c, d); … … 2602 2602 { 2603 2603 HRGN yyrc; 2604 USHORT sel = GetFS();2604 USHORT sel = RestoreOS2FS(); 2605 2605 2606 2606 yyrc = _O32_CreatePolygonRgn(a, b, c); … … 2613 2613 { 2614 2614 HMENU yyrc; 2615 USHORT sel = GetFS();2615 USHORT sel = RestoreOS2FS(); 2616 2616 2617 2617 yyrc = _O32_CreatePopupMenu(); … … 2624 2624 { 2625 2625 BOOL yyrc; 2626 USHORT sel = GetFS();2626 USHORT sel = RestoreOS2FS(); 2627 2627 2628 2628 yyrc = _O32_CreateProcess(a, b, c, d, e, f, g, h, i, j); … … 2635 2635 { 2636 2636 HRGN yyrc; 2637 USHORT sel = GetFS();2637 USHORT sel = RestoreOS2FS(); 2638 2638 2639 2639 yyrc = _O32_CreateRectRgn(a, b, c, d); … … 2646 2646 { 2647 2647 HRGN yyrc; 2648 USHORT sel = GetFS();2648 USHORT sel = RestoreOS2FS(); 2649 2649 2650 2650 yyrc = _O32_CreateRectRgnIndirect(a); … … 2657 2657 { 2658 2658 HRGN yyrc; 2659 USHORT sel = GetFS();2659 USHORT sel = RestoreOS2FS(); 2660 2660 2661 2661 yyrc = _O32_CreateRoundRectRgn(a, b, c, d, e, f); … … 2668 2668 { 2669 2669 HANDLE yyrc; 2670 USHORT sel = GetFS();2670 USHORT sel = RestoreOS2FS(); 2671 2671 2672 2672 yyrc = _O32_CreateSemaphore(a, b, c, d); … … 2679 2679 { 2680 2680 HBRUSH yyrc; 2681 USHORT sel = GetFS();2681 USHORT sel = RestoreOS2FS(); 2682 2682 2683 2683 yyrc = _O32_CreateSolidBrush(a); … … 2690 2690 { 2691 2691 HANDLE yyrc; 2692 USHORT sel = GetFS();2692 USHORT sel = RestoreOS2FS(); 2693 2693 2694 2694 yyrc = _O32_CreateThread(a, b, c, d, e, f); … … 2701 2701 { 2702 2702 HWND yyrc; 2703 USHORT sel = GetFS();2703 USHORT sel = RestoreOS2FS(); 2704 2704 2705 2705 yyrc = _O32_CreateWindowEx(a, b, c, d, e, f, g, h, i, j, k, l); … … 2712 2712 { 2713 2713 BOOL yyrc; 2714 USHORT sel = GetFS();2714 USHORT sel = RestoreOS2FS(); 2715 2715 2716 2716 yyrc = _O32_DPtoLP(a, b, c); … … 2723 2723 { 2724 2724 BOOL yyrc; 2725 USHORT sel = GetFS();2725 USHORT sel = RestoreOS2FS(); 2726 2726 2727 2727 yyrc = _O32_DdeAbandonTransaction(a, b, c); … … 2734 2734 { 2735 2735 PBYTE yyrc; 2736 USHORT sel = GetFS();2736 USHORT sel = RestoreOS2FS(); 2737 2737 2738 2738 yyrc = _O32_DdeAccessData(a, b); … … 2745 2745 { 2746 2746 HDDEDATA yyrc; 2747 USHORT sel = GetFS();2747 USHORT sel = RestoreOS2FS(); 2748 2748 2749 2749 yyrc = _O32_DdeAddData(a, b, c, d); … … 2756 2756 { 2757 2757 HDDEDATA yyrc; 2758 USHORT sel = GetFS();2758 USHORT sel = RestoreOS2FS(); 2759 2759 2760 2760 yyrc = _O32_DdeClientTransaction(a, b, c, d, e, f, g, h); … … 2767 2767 { 2768 2768 int yyrc; 2769 USHORT sel = GetFS();2769 USHORT sel = RestoreOS2FS(); 2770 2770 2771 2771 yyrc = _O32_DdeCmpStringHandles(a, b); … … 2778 2778 { 2779 2779 HCONV yyrc; 2780 USHORT sel = GetFS();2780 USHORT sel = RestoreOS2FS(); 2781 2781 2782 2782 yyrc = _O32_DdeConnect(a, b, c, d); … … 2789 2789 { 2790 2790 HCONVLIST yyrc; 2791 USHORT sel = GetFS();2791 USHORT sel = RestoreOS2FS(); 2792 2792 2793 2793 yyrc = _O32_DdeConnectList(a, b, c, d, e); … … 2800 2800 { 2801 2801 HDDEDATA yyrc; 2802 USHORT sel = GetFS();2802 USHORT sel = RestoreOS2FS(); 2803 2803 2804 2804 yyrc = _O32_DdeCreateDataHandle(a, b, c, d, e, f, g); … … 2811 2811 { 2812 2812 HSZ yyrc; 2813 USHORT sel = GetFS();2813 USHORT sel = RestoreOS2FS(); 2814 2814 2815 2815 yyrc = _O32_DdeCreateStringHandle(a, b, c); … … 2822 2822 { 2823 2823 BOOL yyrc; 2824 USHORT sel = GetFS();2824 USHORT sel = RestoreOS2FS(); 2825 2825 2826 2826 yyrc = _O32_DdeDisconnect(a); … … 2833 2833 { 2834 2834 BOOL yyrc; 2835 USHORT sel = GetFS();2835 USHORT sel = RestoreOS2FS(); 2836 2836 2837 2837 yyrc = _O32_DdeDisconnectList(a); … … 2844 2844 { 2845 2845 BOOL yyrc; 2846 USHORT sel = GetFS();2846 USHORT sel = RestoreOS2FS(); 2847 2847 2848 2848 yyrc = _O32_DdeEnableCallback(a, b, c); … … 2855 2855 { 2856 2856 BOOL yyrc; 2857 USHORT sel = GetFS();2857 USHORT sel = RestoreOS2FS(); 2858 2858 2859 2859 yyrc = _O32_DdeFreeDataHandle(a); … … 2866 2866 { 2867 2867 BOOL yyrc; 2868 USHORT sel = GetFS();2868 USHORT sel = RestoreOS2FS(); 2869 2869 2870 2870 yyrc = _O32_DdeFreeStringHandle(a, b); … … 2877 2877 { 2878 2878 DWORD yyrc; 2879 USHORT sel = GetFS();2879 USHORT sel = RestoreOS2FS(); 2880 2880 2881 2881 yyrc = _O32_DdeGetData(a, b, c, d); … … 2888 2888 { 2889 2889 UINT yyrc; 2890 USHORT sel = GetFS();2890 USHORT sel = RestoreOS2FS(); 2891 2891 2892 2892 yyrc = _O32_DdeGetLastError(a); … … 2899 2899 { 2900 2900 UINT yyrc; 2901 USHORT sel = GetFS();2901 USHORT sel = RestoreOS2FS(); 2902 2902 2903 2903 yyrc = _O32_DdeInitialize(a, b, c, d); … … 2910 2910 { 2911 2911 BOOL yyrc; 2912 USHORT sel = GetFS();2912 USHORT sel = RestoreOS2FS(); 2913 2913 2914 2914 yyrc = _O32_DdeKeepStringHandle(a, b); … … 2921 2921 { 2922 2922 HDDEDATA yyrc; 2923 USHORT sel = GetFS();2923 USHORT sel = RestoreOS2FS(); 2924 2924 2925 2925 yyrc = _O32_DdeNameService(a, b, c, d); … … 2932 2932 { 2933 2933 BOOL yyrc; 2934 USHORT sel = GetFS();2934 USHORT sel = RestoreOS2FS(); 2935 2935 2936 2936 yyrc = _O32_DdePostAdvise(a, b, c); … … 2943 2943 { 2944 2944 UINT yyrc; 2945 USHORT sel = GetFS();2945 USHORT sel = RestoreOS2FS(); 2946 2946 2947 2947 yyrc = _O32_DdeQueryConvInfo(a, b, c); … … 2954 2954 { 2955 2955 HCONV yyrc; 2956 USHORT sel = GetFS();2956 USHORT sel = RestoreOS2FS(); 2957 2957 2958 2958 yyrc = _O32_DdeQueryNextServer(a, b); … … 2965 2965 { 2966 2966 DWORD yyrc; 2967 USHORT sel = GetFS();2967 USHORT sel = RestoreOS2FS(); 2968 2968 2969 2969 yyrc = _O32_DdeQueryString(a, b, c, d, e); … … 2976 2976 { 2977 2977 HCONV yyrc; 2978 USHORT sel = GetFS();2978 USHORT sel = RestoreOS2FS(); 2979 2979 2980 2980 yyrc = _O32_DdeReconnect(a); … … 2987 2987 { 2988 2988 BOOL yyrc; 2989 USHORT sel = GetFS();2989 USHORT sel = RestoreOS2FS(); 2990 2990 2991 2991 yyrc = _O32_DdeSetUserHandle(a, b, c); … … 2998 2998 { 2999 2999 BOOL yyrc; 3000 USHORT sel = GetFS();3000 USHORT sel = RestoreOS2FS(); 3001 3001 3002 3002 yyrc = _O32_DdeUnaccessData(a); … … 3009 3009 { 3010 3010 BOOL yyrc; 3011 USHORT sel = GetFS();3011 USHORT sel = RestoreOS2FS(); 3012 3012 3013 3013 yyrc = _O32_DdeUninitialize(a); … … 3020 3020 { 3021 3021 LRESULT yyrc; 3022 USHORT sel = GetFS();3022 USHORT sel = RestoreOS2FS(); 3023 3023 3024 3024 yyrc = _O32_DefDlgProc(a, b, c, d); … … 3031 3031 { 3032 3032 HDWP yyrc; 3033 USHORT sel = GetFS();3033 USHORT sel = RestoreOS2FS(); 3034 3034 3035 3035 yyrc = _O32_DeferWindowPos(a, b, c, d, e, f, g, h); … … 3042 3042 { 3043 3043 LRESULT yyrc; 3044 USHORT sel = GetFS();3044 USHORT sel = RestoreOS2FS(); 3045 3045 3046 3046 yyrc = _O32_DefFrameProc(a, b, c, d, e); … … 3053 3053 { 3054 3054 LRESULT yyrc; 3055 USHORT sel = GetFS();3055 USHORT sel = RestoreOS2FS(); 3056 3056 3057 3057 yyrc = _O32_DefMDIChildProc(a, b, c, d); … … 3064 3064 { 3065 3065 LRESULT yyrc; 3066 USHORT sel = GetFS();3066 USHORT sel = RestoreOS2FS(); 3067 3067 3068 3068 yyrc = _O32_DefWindowProc(a, b, c, d); … … 3075 3075 { 3076 3076 ATOM yyrc; 3077 USHORT sel = GetFS();3077 USHORT sel = RestoreOS2FS(); 3078 3078 3079 3079 yyrc = _O32_DeleteAtom(a); … … 3085 3085 inline VOID O32_DeleteCriticalSection(CRITICAL_SECTION *a) 3086 3086 { 3087 USHORT sel = GetFS();3087 USHORT sel = RestoreOS2FS(); 3088 3088 3089 3089 _O32_DeleteCriticalSection(a); … … 3094 3094 { 3095 3095 BOOL yyrc; 3096 USHORT sel = GetFS();3096 USHORT sel = RestoreOS2FS(); 3097 3097 3098 3098 yyrc = _O32_DeleteDC(a); … … 3105 3105 { 3106 3106 BOOL yyrc; 3107 USHORT sel = GetFS();3107 USHORT sel = RestoreOS2FS(); 3108 3108 3109 3109 yyrc = _O32_DeleteEnhMetaFile(a); … … 3116 3116 { 3117 3117 BOOL yyrc; 3118 USHORT sel = GetFS();3118 USHORT sel = RestoreOS2FS(); 3119 3119 3120 3120 yyrc = _O32_DeleteFile(a); … … 3127 3127 { 3128 3128 BOOL yyrc; 3129 USHORT sel = GetFS();3129 USHORT sel = RestoreOS2FS(); 3130 3130 3131 3131 yyrc = _O32_DeleteMenu(a, b, c); … … 3138 3138 { 3139 3139 BOOL yyrc; 3140 USHORT sel = GetFS();3140 USHORT sel = RestoreOS2FS(); 3141 3141 3142 3142 yyrc = _O32_DeleteMetaFile(a); … … 3149 3149 { 3150 3150 BOOL yyrc; 3151 USHORT sel = GetFS();3151 USHORT sel = RestoreOS2FS(); 3152 3152 3153 3153 yyrc = _O32_DeleteObject(a); … … 3160 3160 { 3161 3161 BOOL yyrc; 3162 USHORT sel = GetFS();3162 USHORT sel = RestoreOS2FS(); 3163 3163 3164 3164 yyrc = _O32_DestroyAcceleratorTable(a); … … 3171 3171 { 3172 3172 BOOL yyrc; 3173 USHORT sel = GetFS();3173 USHORT sel = RestoreOS2FS(); 3174 3174 3175 3175 yyrc = _O32_DestroyCaret(); … … 3182 3182 { 3183 3183 BOOL yyrc; 3184 USHORT sel = GetFS();3184 USHORT sel = RestoreOS2FS(); 3185 3185 3186 3186 yyrc = _O32_DestroyCursor(a); … … 3193 3193 { 3194 3194 BOOL yyrc; 3195 USHORT sel = GetFS();3195 USHORT sel = RestoreOS2FS(); 3196 3196 3197 3197 yyrc = _O32_DestroyIcon(a); … … 3204 3204 { 3205 3205 BOOL yyrc; 3206 USHORT sel = GetFS();3206 USHORT sel = RestoreOS2FS(); 3207 3207 3208 3208 yyrc = _O32_DestroyMenu(a); … … 3215 3215 { 3216 3216 BOOL yyrc; 3217 USHORT sel = GetFS();3217 USHORT sel = RestoreOS2FS(); 3218 3218 3219 3219 yyrc = _O32_DestroyWindow(a); … … 3226 3226 { 3227 3227 DWORD yyrc; 3228 USHORT sel = GetFS();3228 USHORT sel = RestoreOS2FS(); 3229 3229 3230 3230 yyrc = _O32_DeviceCapabilities(a, b, c, d, e); … … 3237 3237 { 3238 3238 int yyrc; 3239 USHORT sel = GetFS();3239 USHORT sel = RestoreOS2FS(); 3240 3240 3241 3241 yyrc = _O32_DialogBox(a, b, c, d); … … 3248 3248 { 3249 3249 int yyrc; 3250 USHORT sel = GetFS();3250 USHORT sel = RestoreOS2FS(); 3251 3251 3252 3252 yyrc = _O32_DialogBoxParam(a, b, c, d, e); … … 3259 3259 { 3260 3260 BOOL yyrc; 3261 USHORT sel = GetFS();3261 USHORT sel = RestoreOS2FS(); 3262 3262 3263 3263 yyrc = _O32_DialogBoxIndirect(a, b, c, d); … … 3270 3270 { 3271 3271 BOOL yyrc; 3272 USHORT sel = GetFS();3272 USHORT sel = RestoreOS2FS(); 3273 3273 3274 3274 yyrc = _O32_DialogBoxIndirectParam(a, b, c, d, e); … … 3281 3281 { 3282 3282 LONG yyrc; 3283 USHORT sel = GetFS();3283 USHORT sel = RestoreOS2FS(); 3284 3284 3285 3285 yyrc = _O32_DispatchMessage(a); … … 3292 3292 { 3293 3293 int yyrc; 3294 USHORT sel = GetFS();3294 USHORT sel = RestoreOS2FS(); 3295 3295 3296 3296 yyrc = _O32_DlgDirList(a, b, c, d, e); … … 3303 3303 { 3304 3304 int yyrc; 3305 USHORT sel = GetFS();3305 USHORT sel = RestoreOS2FS(); 3306 3306 3307 3307 yyrc = _O32_DlgDirListComboBox(a, b, c, d, e); … … 3314 3314 { 3315 3315 BOOL yyrc; 3316 USHORT sel = GetFS();3316 USHORT sel = RestoreOS2FS(); 3317 3317 3318 3318 yyrc = _O32_DlgDirSelectEx(a, b, c, d); … … 3325 3325 { 3326 3326 BOOL yyrc; 3327 USHORT sel = GetFS();3327 USHORT sel = RestoreOS2FS(); 3328 3328 3329 3329 yyrc = _O32_DlgDirSelectComboBoxEx(a, b, c, d); … … 3336 3336 { 3337 3337 BOOL yyrc; 3338 USHORT sel = GetFS();3338 USHORT sel = RestoreOS2FS(); 3339 3339 3340 3340 yyrc = _O32_DllEntryPoint(a, b, c); … … 3347 3347 { 3348 3348 BOOL yyrc; 3349 USHORT sel = GetFS();3349 USHORT sel = RestoreOS2FS(); 3350 3350 3351 3351 yyrc = _O32_DosDateTimeToFileTime(a, b, c); … … 3357 3357 inline VOID O32_DragAcceptFiles(HWND a, BOOL b) 3358 3358 { 3359 USHORT sel = GetFS();3359 USHORT sel = RestoreOS2FS(); 3360 3360 3361 3361 _O32_DragAcceptFiles(a, b); … … 3365 3365 inline VOID O32_DragFinish(HDROP a) 3366 3366 { 3367 USHORT sel = GetFS();3367 USHORT sel = RestoreOS2FS(); 3368 3368 3369 3369 _O32_DragFinish(a); … … 3374 3374 { 3375 3375 UINT yyrc; 3376 USHORT sel = GetFS();3376 USHORT sel = RestoreOS2FS(); 3377 3377 3378 3378 yyrc = _O32_DragQueryFile(a, b, c, d); … … 3385 3385 { 3386 3386 BOOL yyrc; 3387 USHORT sel = GetFS();3387 USHORT sel = RestoreOS2FS(); 3388 3388 3389 3389 yyrc = _O32_DragQueryPoint(a, b); … … 3396 3396 { 3397 3397 BOOL yyrc; 3398 USHORT sel = GetFS();3398 USHORT sel = RestoreOS2FS(); 3399 3399 3400 3400 yyrc = _O32_DrawFocusRect(a, b); … … 3407 3407 { 3408 3408 BOOL yyrc; 3409 USHORT sel = GetFS();3409 USHORT sel = RestoreOS2FS(); 3410 3410 3411 3411 yyrc = _O32_DrawIcon(a, b, c, d); … … 3418 3418 { 3419 3419 BOOL yyrc; 3420 USHORT sel = GetFS();3420 USHORT sel = RestoreOS2FS(); 3421 3421 3422 3422 yyrc = _O32_DrawMenuBar(a); … … 3429 3429 { 3430 3430 int yyrc; 3431 USHORT sel = GetFS();3431 USHORT sel = RestoreOS2FS(); 3432 3432 3433 3433 yyrc = _O32_DrawText(a, b, c, d, e); … … 3440 3440 { 3441 3441 BOOL yyrc; 3442 USHORT sel = GetFS();3442 USHORT sel = RestoreOS2FS(); 3443 3443 3444 3444 yyrc = _O32_DuplicateHandle(a, b, c, d, e, f, g); … … 3451 3451 { 3452 3452 BOOL yyrc; 3453 USHORT sel = GetFS();3453 USHORT sel = RestoreOS2FS(); 3454 3454 3455 3455 yyrc = _O32_Ellipse(a, b, c, d, e); … … 3462 3462 { 3463 3463 BOOL yyrc; 3464 USHORT sel = GetFS();3464 USHORT sel = RestoreOS2FS(); 3465 3465 3466 3466 yyrc = _O32_EmptyClipboard(); … … 3473 3473 { 3474 3474 BOOL yyrc; 3475 USHORT sel = GetFS();3475 USHORT sel = RestoreOS2FS(); 3476 3476 3477 3477 yyrc = _O32_EnableMenuItem(a, b, c); … … 3484 3484 { 3485 3485 BOOL yyrc; 3486 USHORT sel = GetFS();3486 USHORT sel = RestoreOS2FS(); 3487 3487 3488 3488 yyrc = _O32_EnableScrollBar(a, b, c); … … 3495 3495 { 3496 3496 BOOL yyrc; 3497 USHORT sel = GetFS();3497 USHORT sel = RestoreOS2FS(); 3498 3498 3499 3499 yyrc = _O32_EnableWindow(a, b); … … 3506 3506 { 3507 3507 BOOL yyrc; 3508 USHORT sel = GetFS();3508 USHORT sel = RestoreOS2FS(); 3509 3509 3510 3510 yyrc = _O32_EndDeferWindowPos(a); … … 3517 3517 { 3518 3518 BOOL yyrc; 3519 USHORT sel = GetFS();3519 USHORT sel = RestoreOS2FS(); 3520 3520 3521 3521 yyrc = _O32_EndDialog(a, b); … … 3528 3528 { 3529 3529 int yyrc; 3530 USHORT sel = GetFS();3530 USHORT sel = RestoreOS2FS(); 3531 3531 3532 3532 yyrc = _O32_EndDoc(a); … … 3539 3539 { 3540 3540 int yyrc; 3541 USHORT sel = GetFS();3541 USHORT sel = RestoreOS2FS(); 3542 3542 3543 3543 yyrc = _O32_EndPage(a); … … 3550 3550 { 3551 3551 BOOL yyrc; 3552 USHORT sel = GetFS();3552 USHORT sel = RestoreOS2FS(); 3553 3553 3554 3554 yyrc = _O32_EndPath(a); … … 3561 3561 { 3562 3562 BOOL yyrc; 3563 USHORT sel = GetFS();3563 USHORT sel = RestoreOS2FS(); 3564 3564 3565 3565 yyrc = _O32_EndPaint(a, b); … … 3571 3571 inline VOID O32_EnterCriticalSection(CRITICAL_SECTION *a) 3572 3572 { 3573 USHORT sel = GetFS();3573 USHORT sel = RestoreOS2FS(); 3574 3574 3575 3575 _O32_EnterCriticalSection(a); … … 3580 3580 { 3581 3581 BOOL yyrc; 3582 USHORT sel = GetFS();3582 USHORT sel = RestoreOS2FS(); 3583 3583 3584 3584 yyrc = _O32_EnumChildWindows(a, b, c); … … 3591 3591 { 3592 3592 UINT yyrc; 3593 USHORT sel = GetFS();3593 USHORT sel = RestoreOS2FS(); 3594 3594 3595 3595 yyrc = _O32_EnumClipboardFormats(a); … … 3602 3602 { 3603 3603 BOOL yyrc; 3604 USHORT sel = GetFS();3604 USHORT sel = RestoreOS2FS(); 3605 3605 3606 3606 yyrc = _O32_EnumEnhMetaFile(a, b, c, d, e); … … 3613 3613 { 3614 3614 int yyrc; 3615 USHORT sel = GetFS();3615 USHORT sel = RestoreOS2FS(); 3616 3616 3617 3617 yyrc = _O32_EnumFonts(a, b, c, d); … … 3624 3624 { 3625 3625 int yyrc; 3626 USHORT sel = GetFS();3626 USHORT sel = RestoreOS2FS(); 3627 3627 3628 3628 yyrc = _O32_EnumFontFamilies(a, b, c, d); … … 3635 3635 { 3636 3636 BOOL yyrc; 3637 USHORT sel = GetFS();3637 USHORT sel = RestoreOS2FS(); 3638 3638 3639 3639 yyrc = _O32_EnumMetaFile(a, b, c, d); … … 3646 3646 { 3647 3647 int yyrc; 3648 USHORT sel = GetFS();3648 USHORT sel = RestoreOS2FS(); 3649 3649 3650 3650 yyrc = _O32_EnumObjects(a, b, c, d); … … 3657 3657 { 3658 3658 BOOL yyrc; 3659 USHORT sel = GetFS();3659 USHORT sel = RestoreOS2FS(); 3660 3660 3661 3661 yyrc = _O32_EnumPrinters(a, b, c, d, e, f, g); … … 3668 3668 { 3669 3669 int yyrc; 3670 USHORT sel = GetFS();3670 USHORT sel = RestoreOS2FS(); 3671 3671 3672 3672 yyrc = _O32_EnumProps(a, b); … … 3679 3679 { 3680 3680 int yyrc; 3681 USHORT sel = GetFS();3681 USHORT sel = RestoreOS2FS(); 3682 3682 3683 3683 yyrc = _O32_EnumPropsEx(a, b, c); … … 3690 3690 { 3691 3691 BOOL yyrc; 3692 USHORT sel = GetFS();3692 USHORT sel = RestoreOS2FS(); 3693 3693 3694 3694 yyrc = _O32_EnumThreadWindows(a, b, c); … … 3701 3701 { 3702 3702 BOOL yyrc; 3703 USHORT sel = GetFS();3703 USHORT sel = RestoreOS2FS(); 3704 3704 3705 3705 yyrc = _O32_EnumWindows(a, b); … … 3712 3712 { 3713 3713 BOOL yyrc; 3714 USHORT sel = GetFS();3714 USHORT sel = RestoreOS2FS(); 3715 3715 3716 3716 yyrc = _O32_EqualRect(a, b); … … 3723 3723 { 3724 3724 BOOL yyrc; 3725 USHORT sel = GetFS();3725 USHORT sel = RestoreOS2FS(); 3726 3726 3727 3727 yyrc = _O32_EqualRgn(a, b); … … 3734 3734 { 3735 3735 int yyrc; 3736 USHORT sel = GetFS();3736 USHORT sel = RestoreOS2FS(); 3737 3737 3738 3738 yyrc = _O32_Escape(a, b, c, d, e); … … 3745 3745 { 3746 3746 int yyrc; 3747 USHORT sel = GetFS();3747 USHORT sel = RestoreOS2FS(); 3748 3748 3749 3749 yyrc = _O32_ExcludeClipRect(a, b, c, d, e); … … 3756 3756 { 3757 3757 BOOL yyrc; 3758 USHORT sel = GetFS();3758 USHORT sel = RestoreOS2FS(); 3759 3759 3760 3760 yyrc = _O32_ExcludeUpdateRgn(a, b); … … 3766 3766 inline VOID O32_ExitProcess(UINT a) 3767 3767 { 3768 USHORT sel = GetFS();3768 USHORT sel = RestoreOS2FS(); 3769 3769 3770 3770 _O32_ExitProcess(a); … … 3774 3774 inline VOID O32_ExitThread(DWORD a) 3775 3775 { 3776 USHORT sel = GetFS();3776 USHORT sel = RestoreOS2FS(); 3777 3777 3778 3778 _O32_ExitThread(a); … … 3783 3783 { 3784 3784 BOOL yyrc; 3785 USHORT sel = GetFS();3785 USHORT sel = RestoreOS2FS(); 3786 3786 3787 3787 yyrc = _O32_ExitWindows(a, b); … … 3794 3794 { 3795 3795 BOOL yyrc; 3796 USHORT sel = GetFS();3796 USHORT sel = RestoreOS2FS(); 3797 3797 3798 3798 yyrc = _O32_ExitWindowsEx(a, b); … … 3805 3805 { 3806 3806 HPEN yyrc; 3807 USHORT sel = GetFS();3807 USHORT sel = RestoreOS2FS(); 3808 3808 3809 3809 yyrc = _O32_ExtCreatePen(a, b, c, d, e); … … 3816 3816 { 3817 3817 HRGN yyrc; 3818 USHORT sel = GetFS();3818 USHORT sel = RestoreOS2FS(); 3819 3819 3820 3820 yyrc = _O32_ExtCreateRegion(a, b, c); … … 3827 3827 { 3828 3828 BOOL yyrc; 3829 USHORT sel = GetFS();3829 USHORT sel = RestoreOS2FS(); 3830 3830 3831 3831 yyrc = _O32_ExtFloodFill(a, b, c, d, e); … … 3838 3838 { 3839 3839 int yyrc; 3840 USHORT sel = GetFS();3840 USHORT sel = RestoreOS2FS(); 3841 3841 3842 3842 yyrc = _O32_ExtSelectClipRgn(a, b, c); … … 3849 3849 { 3850 3850 BOOL yyrc; 3851 USHORT sel = GetFS();3851 USHORT sel = RestoreOS2FS(); 3852 3852 3853 3853 yyrc = _O32_ExtTextOut(a, b, c, d, e, f, g, h); … … 3859 3859 inline VOID O32_FatalAppExit(UINT a, LPCSTR b) 3860 3860 { 3861 USHORT sel = GetFS();3861 USHORT sel = RestoreOS2FS(); 3862 3862 3863 3863 _O32_FatalAppExit(a, b); … … 3867 3867 inline VOID O32_FatalExit(UINT a) 3868 3868 { 3869 USHORT sel = GetFS();3869 USHORT sel = RestoreOS2FS(); 3870 3870 3871 3871 _O32_FatalExit(a); … … 3876 3876 { 3877 3877 BOOL yyrc; 3878 USHORT sel = GetFS();3878 USHORT sel = RestoreOS2FS(); 3879 3879 3880 3880 yyrc = _O32_FileTimeToDosDateTime(a, b, c); … … 3887 3887 { 3888 3888 BOOL yyrc; 3889 USHORT sel = GetFS();3889 USHORT sel = RestoreOS2FS(); 3890 3890 3891 3891 yyrc = _O32_FileTimeToLocalFileTime(a, b); … … 3898 3898 { 3899 3899 BOOL yyrc; 3900 USHORT sel = GetFS();3900 USHORT sel = RestoreOS2FS(); 3901 3901 3902 3902 yyrc = _O32_FileTimeToSystemTime(a, b); … … 3909 3909 { 3910 3910 BOOL yyrc; 3911 USHORT sel = GetFS();3911 USHORT sel = RestoreOS2FS(); 3912 3912 3913 3913 yyrc = _O32_FillPath(a); … … 3920 3920 { 3921 3921 int yyrc; 3922 USHORT sel = GetFS();3922 USHORT sel = RestoreOS2FS(); 3923 3923 3924 3924 yyrc = _O32_FillRect(a, b, c); … … 3931 3931 { 3932 3932 BOOL yyrc; 3933 USHORT sel = GetFS();3933 USHORT sel = RestoreOS2FS(); 3934 3934 3935 3935 yyrc = _O32_FillRgn(a, b, c); … … 3942 3942 { 3943 3943 ATOM yyrc; 3944 USHORT sel = GetFS();3944 USHORT sel = RestoreOS2FS(); 3945 3945 3946 3946 yyrc = _O32_FindAtom(a); … … 3953 3953 { 3954 3954 BOOL yyrc; 3955 USHORT sel = GetFS();3955 USHORT sel = RestoreOS2FS(); 3956 3956 3957 3957 yyrc = _O32_FindClose(a); … … 3964 3964 { 3965 3965 HANDLE yyrc; 3966 USHORT sel = GetFS();3966 USHORT sel = RestoreOS2FS(); 3967 3967 3968 3968 yyrc = _O32_FindFirstFile(a, b); … … 3975 3975 { 3976 3976 BOOL yyrc; 3977 USHORT sel = GetFS();3977 USHORT sel = RestoreOS2FS(); 3978 3978 3979 3979 yyrc = _O32_FindNextFile(a, b); … … 3986 3986 { 3987 3987 HRSRC yyrc; 3988 USHORT sel = GetFS();3988 USHORT sel = RestoreOS2FS(); 3989 3989 3990 3990 yyrc = _O32_FindResource(a, b, c); … … 3997 3997 { 3998 3998 HWND yyrc; 3999 USHORT sel = GetFS();3999 USHORT sel = RestoreOS2FS(); 4000 4000 4001 4001 yyrc = _O32_FindText(a); … … 4008 4008 { 4009 4009 HWND yyrc; 4010 USHORT sel = GetFS();4010 USHORT sel = RestoreOS2FS(); 4011 4011 4012 4012 yyrc = _O32_FindWindow(a, b); … … 4019 4019 { 4020 4020 BOOL yyrc; 4021 USHORT sel = GetFS();4021 USHORT sel = RestoreOS2FS(); 4022 4022 4023 4023 yyrc = _O32_FlashWindow(a, b); … … 4030 4030 { 4031 4031 BOOL yyrc; 4032 USHORT sel = GetFS();4032 USHORT sel = RestoreOS2FS(); 4033 4033 4034 4034 yyrc = _O32_FlattenPath(a); … … 4041 4041 { 4042 4042 BOOL yyrc; 4043 USHORT sel = GetFS();4043 USHORT sel = RestoreOS2FS(); 4044 4044 4045 4045 yyrc = _O32_FlushFileBuffers(a); … … 4052 4052 { 4053 4053 int yyrc; 4054 USHORT sel = GetFS();4054 USHORT sel = RestoreOS2FS(); 4055 4055 4056 4056 yyrc = _O32_FrameRect(a, b, c); … … 4063 4063 { 4064 4064 BOOL yyrc; 4065 USHORT sel = GetFS();4065 USHORT sel = RestoreOS2FS(); 4066 4066 4067 4067 yyrc = _O32_FrameRgn(a, b, c, d, e); … … 4074 4074 { 4075 4075 BOOL yyrc; 4076 USHORT sel = GetFS();4076 USHORT sel = RestoreOS2FS(); 4077 4077 4078 4078 yyrc = _O32_FreeDDElParam(a, b); … … 4085 4085 { 4086 4086 BOOL yyrc; 4087 USHORT sel = GetFS();4087 USHORT sel = RestoreOS2FS(); 4088 4088 4089 4089 yyrc = _O32_FreeLibrary(a); … … 4096 4096 { 4097 4097 UINT yyrc; 4098 USHORT sel = GetFS();4098 USHORT sel = RestoreOS2FS(); 4099 4099 4100 4100 yyrc = _O32_GetACP(); … … 4107 4107 { 4108 4108 HWND yyrc; 4109 USHORT sel = GetFS();4109 USHORT sel = RestoreOS2FS(); 4110 4110 4111 4111 yyrc = _O32_GetActiveWindow(); … … 4118 4118 { 4119 4119 int yyrc; 4120 USHORT sel = GetFS();4120 USHORT sel = RestoreOS2FS(); 4121 4121 4122 4122 yyrc = _O32_GetArcDirection(a); … … 4129 4129 { 4130 4130 BOOL yyrc; 4131 USHORT sel = GetFS();4131 USHORT sel = RestoreOS2FS(); 4132 4132 4133 4133 yyrc = _O32_GetAspectRatioFilterEx(a, b); … … 4140 4140 { 4141 4141 UINT yyrc; 4142 USHORT sel = GetFS();4142 USHORT sel = RestoreOS2FS(); 4143 4143 4144 4144 yyrc = _O32_GetAtomName(a, b, c); … … 4151 4151 { 4152 4152 LONG yyrc; 4153 USHORT sel = GetFS();4153 USHORT sel = RestoreOS2FS(); 4154 4154 4155 4155 yyrc = _O32_GetBitmapBits(a, b, c); … … 4162 4162 { 4163 4163 BOOL yyrc; 4164 USHORT sel = GetFS();4164 USHORT sel = RestoreOS2FS(); 4165 4165 4166 4166 yyrc = _O32_GetBitmapDimensionEx(a, b); … … 4173 4173 { 4174 4174 COLORREF yyrc; 4175 USHORT sel = GetFS();4175 USHORT sel = RestoreOS2FS(); 4176 4176 4177 4177 yyrc = _O32_GetBkColor(a); … … 4184 4184 { 4185 4185 int yyrc; 4186 USHORT sel = GetFS();4186 USHORT sel = RestoreOS2FS(); 4187 4187 4188 4188 yyrc = _O32_GetBkMode(a); … … 4195 4195 { 4196 4196 UINT yyrc; 4197 USHORT sel = GetFS();4197 USHORT sel = RestoreOS2FS(); 4198 4198 4199 4199 yyrc = _O32_GetBoundsRect(a, b, c); … … 4206 4206 { 4207 4207 BOOL yyrc; 4208 USHORT sel = GetFS();4208 USHORT sel = RestoreOS2FS(); 4209 4209 4210 4210 yyrc = _O32_GetBrushOrgEx(a, b); … … 4217 4217 { 4218 4218 HWND yyrc; 4219 USHORT sel = GetFS();4219 USHORT sel = RestoreOS2FS(); 4220 4220 4221 4221 yyrc = _O32_GetCapture(); … … 4228 4228 { 4229 4229 UINT yyrc; 4230 USHORT sel = GetFS();4230 USHORT sel = RestoreOS2FS(); 4231 4231 4232 4232 yyrc = _O32_GetCaretBlinkTime(); … … 4239 4239 { 4240 4240 BOOL yyrc; 4241 USHORT sel = GetFS();4241 USHORT sel = RestoreOS2FS(); 4242 4242 4243 4243 yyrc = _O32_GetCaretPos(a); … … 4250 4250 { 4251 4251 BOOL yyrc; 4252 USHORT sel = GetFS();4252 USHORT sel = RestoreOS2FS(); 4253 4253 4254 4254 yyrc = _O32_GetCharABCWidths(a, b, c, d); … … 4261 4261 { 4262 4262 BOOL yyrc; 4263 USHORT sel = GetFS();4263 USHORT sel = RestoreOS2FS(); 4264 4264 4265 4265 yyrc = _O32_GetCharWidth(a, b, c, d); … … 4272 4272 { 4273 4273 BOOL yyrc; 4274 USHORT sel = GetFS();4274 USHORT sel = RestoreOS2FS(); 4275 4275 4276 4276 yyrc = _O32_GetClassInfo(a, b, c); … … 4283 4283 { 4284 4284 DWORD yyrc; 4285 USHORT sel = GetFS();4285 USHORT sel = RestoreOS2FS(); 4286 4286 4287 4287 yyrc = _O32_GetClassLong(a, b); … … 4294 4294 { 4295 4295 int yyrc; 4296 USHORT sel = GetFS();4296 USHORT sel = RestoreOS2FS(); 4297 4297 4298 4298 yyrc = _O32_GetClassName(a, b, c); … … 4305 4305 { 4306 4306 WORD yyrc; 4307 USHORT sel = GetFS();4307 USHORT sel = RestoreOS2FS(); 4308 4308 4309 4309 yyrc = _O32_GetClassWord(a, b); … … 4316 4316 { 4317 4317 BOOL yyrc; 4318 USHORT sel = GetFS();4318 USHORT sel = RestoreOS2FS(); 4319 4319 4320 4320 yyrc = _O32_GetClientRect(a, b); … … 4327 4327 { 4328 4328 HANDLE yyrc; 4329 USHORT sel = GetFS();4329 USHORT sel = RestoreOS2FS(); 4330 4330 4331 4331 yyrc = _O32_GetClipboardData(a); … … 4338 4338 { 4339 4339 int yyrc; 4340 USHORT sel = GetFS();4340 USHORT sel = RestoreOS2FS(); 4341 4341 4342 4342 yyrc = _O32_GetClipboardFormatName(a, b, c); … … 4349 4349 { 4350 4350 HWND yyrc; 4351 USHORT sel = GetFS();4351 USHORT sel = RestoreOS2FS(); 4352 4352 4353 4353 yyrc = _O32_GetClipboardOwner(); … … 4360 4360 { 4361 4361 HWND yyrc; 4362 USHORT sel = GetFS();4362 USHORT sel = RestoreOS2FS(); 4363 4363 4364 4364 yyrc = _O32_GetClipboardViewer(); … … 4371 4371 { 4372 4372 int yyrc; 4373 USHORT sel = GetFS();4373 USHORT sel = RestoreOS2FS(); 4374 4374 4375 4375 yyrc = _O32_GetClipBox(a, b); … … 4382 4382 { 4383 4383 BOOL yyrc; 4384 USHORT sel = GetFS();4384 USHORT sel = RestoreOS2FS(); 4385 4385 4386 4386 yyrc = _O32_GetClipCursor(a); … … 4393 4393 { 4394 4394 int yyrc; 4395 USHORT sel = GetFS();4395 USHORT sel = RestoreOS2FS(); 4396 4396 4397 4397 yyrc = _O32_GetClipRgn(a, b); … … 4404 4404 { 4405 4405 LPSTR yyrc; 4406 USHORT sel = GetFS();4406 USHORT sel = RestoreOS2FS(); 4407 4407 4408 4408 yyrc = _O32_GetCommandLine(); … … 4415 4415 { 4416 4416 int yyrc; 4417 USHORT sel = GetFS();4417 USHORT sel = RestoreOS2FS(); 4418 4418 4419 4419 yyrc = _O32_GetCurrentDirectory(a, b); … … 4426 4426 { 4427 4427 HGDIOBJ yyrc; 4428 USHORT sel = GetFS();4428 USHORT sel = RestoreOS2FS(); 4429 4429 4430 4430 yyrc = _O32_GetCurrentObject(a, b); … … 4437 4437 { 4438 4438 BOOL yyrc; 4439 USHORT sel = GetFS();4439 USHORT sel = RestoreOS2FS(); 4440 4440 4441 4441 yyrc = _O32_GetCurrentPositionEx(a, b); … … 4448 4448 { 4449 4449 HANDLE yyrc; 4450 USHORT sel = GetFS();4450 USHORT sel = RestoreOS2FS(); 4451 4451 4452 4452 yyrc = _O32_GetCurrentProcess(); … … 4459 4459 { 4460 4460 DWORD yyrc; 4461 USHORT sel = GetFS();4461 USHORT sel = RestoreOS2FS(); 4462 4462 4463 4463 yyrc = _O32_GetCurrentProcessId(); … … 4470 4470 { 4471 4471 HANDLE yyrc; 4472 USHORT sel = GetFS();4472 USHORT sel = RestoreOS2FS(); 4473 4473 4474 4474 yyrc = _O32_GetCurrentThread(); … … 4481 4481 { 4482 4482 DWORD yyrc; 4483 USHORT sel = GetFS();4483 USHORT sel = RestoreOS2FS(); 4484 4484 4485 4485 yyrc = _O32_GetCurrentThreadId(); … … 4492 4492 { 4493 4493 DWORD yyrc; 4494 USHORT sel = GetFS();4494 USHORT sel = RestoreOS2FS(); 4495 4495 4496 4496 yyrc = _O32_GetCurrentTime(); … … 4503 4503 { 4504 4504 HCURSOR yyrc; 4505 USHORT sel = GetFS();4505 USHORT sel = RestoreOS2FS(); 4506 4506 4507 4507 yyrc = _O32_GetCursor(); … … 4514 4514 { 4515 4515 BOOL yyrc; 4516 USHORT sel = GetFS();4516 USHORT sel = RestoreOS2FS(); 4517 4517 4518 4518 yyrc = _O32_GetCursorPos(a); … … 4525 4525 { 4526 4526 HDC yyrc; 4527 USHORT sel = GetFS();4527 USHORT sel = RestoreOS2FS(); 4528 4528 4529 4529 yyrc = _O32_GetDC(a); … … 4536 4536 { 4537 4537 HDC yyrc; 4538 USHORT sel = GetFS();4538 USHORT sel = RestoreOS2FS(); 4539 4539 4540 4540 yyrc = _O32_GetDCEx(a, b, c); … … 4547 4547 { 4548 4548 BOOL yyrc; 4549 USHORT sel = GetFS();4549 USHORT sel = RestoreOS2FS(); 4550 4550 4551 4551 yyrc = _O32_GetDCOrgEx(a, b); … … 4558 4558 { 4559 4559 int yyrc; 4560 USHORT sel = GetFS();4560 USHORT sel = RestoreOS2FS(); 4561 4561 4562 4562 yyrc = _O32_GetDIBits(a, b, c, d, e, f, g); … … 4569 4569 { 4570 4570 int yyrc; 4571 USHORT sel = GetFS();4571 USHORT sel = RestoreOS2FS(); 4572 4572 4573 4573 yyrc = _O32_GetDeviceCaps(a, b); … … 4580 4580 { 4581 4581 LONG yyrc; 4582 USHORT sel = GetFS();4582 USHORT sel = RestoreOS2FS(); 4583 4583 4584 4584 yyrc = _O32_GetDialogBaseUnits(); … … 4591 4591 { 4592 4592 BOOL yyrc; 4593 USHORT sel = GetFS();4593 USHORT sel = RestoreOS2FS(); 4594 4594 4595 4595 yyrc = _O32_GetDiskFreeSpace(a, b, c, d, e); … … 4602 4602 { 4603 4603 int yyrc; 4604 USHORT sel = GetFS();4604 USHORT sel = RestoreOS2FS(); 4605 4605 4606 4606 yyrc = _O32_GetDlgCtrlID(a); … … 4613 4613 { 4614 4614 HWND yyrc; 4615 USHORT sel = GetFS();4615 USHORT sel = RestoreOS2FS(); 4616 4616 4617 4617 yyrc = _O32_GetDlgItem(a, b); … … 4624 4624 { 4625 4625 UINT yyrc; 4626 USHORT sel = GetFS();4626 USHORT sel = RestoreOS2FS(); 4627 4627 4628 4628 yyrc = _O32_GetDlgItemInt(a, b, c, d); … … 4635 4635 { 4636 4636 UINT yyrc; 4637 USHORT sel = GetFS();4637 USHORT sel = RestoreOS2FS(); 4638 4638 4639 4639 yyrc = _O32_GetDlgItemText(a, b, c, d); … … 4646 4646 { 4647 4647 UINT yyrc; 4648 USHORT sel = GetFS();4648 USHORT sel = RestoreOS2FS(); 4649 4649 4650 4650 yyrc = _O32_GetDoubleClickTime(); … … 4657 4657 { 4658 4658 UINT yyrc; 4659 USHORT sel = GetFS();4659 USHORT sel = RestoreOS2FS(); 4660 4660 4661 4661 yyrc = _O32_GetDriveType(a); … … 4668 4668 { 4669 4669 HENHMETAFILE yyrc; 4670 USHORT sel = GetFS();4670 USHORT sel = RestoreOS2FS(); 4671 4671 4672 4672 yyrc = _O32_GetEnhMetaFile(a); … … 4679 4679 { 4680 4680 UINT yyrc; 4681 USHORT sel = GetFS();4681 USHORT sel = RestoreOS2FS(); 4682 4682 4683 4683 yyrc = _O32_GetEnhMetaFileBits(a, b, c); … … 4690 4690 { 4691 4691 UINT yyrc; 4692 USHORT sel = GetFS();4692 USHORT sel = RestoreOS2FS(); 4693 4693 4694 4694 yyrc = _O32_GetEnhMetaFileHeader(a, b, c); … … 4701 4701 { 4702 4702 UINT yyrc; 4703 USHORT sel = GetFS();4703 USHORT sel = RestoreOS2FS(); 4704 4704 4705 4705 yyrc = _O32_GetEnhMetaFilePaletteEntries(a, b, c); … … 4712 4712 { 4713 4713 PVOID yyrc; 4714 USHORT sel = GetFS();4714 USHORT sel = RestoreOS2FS(); 4715 4715 4716 4716 yyrc = _O32_GetEnvironmentStrings(); … … 4723 4723 { 4724 4724 DWORD yyrc; 4725 USHORT sel = GetFS();4725 USHORT sel = RestoreOS2FS(); 4726 4726 4727 4727 yyrc = _O32_GetEnvironmentVariable(a, b, c); … … 4734 4734 { 4735 4735 BOOL yyrc; 4736 USHORT sel = GetFS();4736 USHORT sel = RestoreOS2FS(); 4737 4737 4738 4738 yyrc = _O32_GetExitCodeProcess(a, b); … … 4745 4745 { 4746 4746 BOOL yyrc; 4747 USHORT sel = GetFS();4747 USHORT sel = RestoreOS2FS(); 4748 4748 4749 4749 yyrc = _O32_GetExitCodeThread(a, b); … … 4756 4756 { 4757 4757 DWORD yyrc; 4758 USHORT sel = GetFS();4758 USHORT sel = RestoreOS2FS(); 4759 4759 4760 4760 yyrc = _O32_GetFileAttributes(a); … … 4767 4767 { 4768 4768 DWORD yyrc; 4769 USHORT sel = GetFS();4769 USHORT sel = RestoreOS2FS(); 4770 4770 4771 4771 yyrc = _O32_GetFileInformationByHandle(a, b); … … 4778 4778 { 4779 4779 DWORD yyrc; 4780 USHORT sel = GetFS();4780 USHORT sel = RestoreOS2FS(); 4781 4781 4782 4782 yyrc = _O32_GetFileSize(a, b); … … 4789 4789 { 4790 4790 BOOL yyrc; 4791 USHORT sel = GetFS();4791 USHORT sel = RestoreOS2FS(); 4792 4792 4793 4793 yyrc = _O32_GetFileTime(a, b, c, d); … … 4800 4800 { 4801 4801 short yyrc; 4802 USHORT sel = GetFS();4802 USHORT sel = RestoreOS2FS(); 4803 4803 4804 4804 yyrc = _O32_GetFileTitle(a, b, c); … … 4811 4811 { 4812 4812 DWORD yyrc; 4813 USHORT sel = GetFS();4813 USHORT sel = RestoreOS2FS(); 4814 4814 4815 4815 yyrc = _O32_GetFileType(a); … … 4822 4822 { 4823 4823 HWND yyrc; 4824 USHORT sel = GetFS();4824 USHORT sel = RestoreOS2FS(); 4825 4825 4826 4826 yyrc = _O32_GetFocus(); … … 4833 4833 { 4834 4834 HWND yyrc; 4835 USHORT sel = GetFS();4835 USHORT sel = RestoreOS2FS(); 4836 4836 4837 4837 yyrc = _O32_GetForegroundWindow(); … … 4844 4844 { 4845 4845 DWORD yyrc; 4846 USHORT sel = GetFS();4846 USHORT sel = RestoreOS2FS(); 4847 4847 4848 4848 yyrc = _O32_GetFullPathName(a, b, c, d); … … 4855 4855 { 4856 4856 int yyrc; 4857 USHORT sel = GetFS();4857 USHORT sel = RestoreOS2FS(); 4858 4858 4859 4859 yyrc = _O32_GetGraphicsMode(a); … … 4866 4866 { 4867 4867 BOOL yyrc; 4868 USHORT sel = GetFS();4868 USHORT sel = RestoreOS2FS(); 4869 4869 4870 4870 yyrc = _O32_GetIconInfo(a, b); … … 4877 4877 { 4878 4878 DWORD yyrc; 4879 USHORT sel = GetFS();4879 USHORT sel = RestoreOS2FS(); 4880 4880 4881 4881 yyrc = _O32_GetKerningPairs(a, b, c); … … 4888 4888 { 4889 4889 int yyrc; 4890 USHORT sel = GetFS();4890 USHORT sel = RestoreOS2FS(); 4891 4891 4892 4892 yyrc = _O32_GetKeyboardType(a); … … 4899 4899 { 4900 4900 int yyrc; 4901 USHORT sel = GetFS();4901 USHORT sel = RestoreOS2FS(); 4902 4902 4903 4903 yyrc = _O32_GetKeyNameText(a, b, c); … … 4910 4910 { 4911 4911 SHORT yyrc; 4912 USHORT sel = GetFS();4912 USHORT sel = RestoreOS2FS(); 4913 4913 4914 4914 yyrc = _O32_GetKeyState(a); … … 4921 4921 { 4922 4922 HWND yyrc; 4923 USHORT sel = GetFS();4923 USHORT sel = RestoreOS2FS(); 4924 4924 4925 4925 yyrc = _O32_GetLastActivePopup(a); … … 4932 4932 { 4933 4933 DWORD yyrc; 4934 USHORT sel = GetFS();4934 USHORT sel = RestoreOS2FS(); 4935 4935 4936 4936 yyrc = _O32_GetLastError(); … … 4942 4942 inline VOID O32_GetLocalTime(LPSYSTEMTIME a) 4943 4943 { 4944 USHORT sel = GetFS();4944 USHORT sel = RestoreOS2FS(); 4945 4945 4946 4946 _O32_GetLocalTime(a); … … 4951 4951 { 4952 4952 DWORD yyrc; 4953 USHORT sel = GetFS();4953 USHORT sel = RestoreOS2FS(); 4954 4954 4955 4955 yyrc = _O32_GetLogicalDriveStrings(a, b); … … 4962 4962 { 4963 4963 DWORD yyrc; 4964 USHORT sel = GetFS();4964 USHORT sel = RestoreOS2FS(); 4965 4965 4966 4966 yyrc = _O32_GetLogicalDrives(); … … 4973 4973 { 4974 4974 int yyrc; 4975 USHORT sel = GetFS();4975 USHORT sel = RestoreOS2FS(); 4976 4976 4977 4977 yyrc = _O32_GetMapMode(a); … … 4984 4984 { 4985 4985 HMENU yyrc; 4986 USHORT sel = GetFS();4986 USHORT sel = RestoreOS2FS(); 4987 4987 4988 4988 yyrc = _O32_GetMenu(a); … … 4995 4995 { 4996 4996 LONG yyrc; 4997 USHORT sel = GetFS();4997 USHORT sel = RestoreOS2FS(); 4998 4998 4999 4999 yyrc = _O32_GetMenuCheckMarkDimensions(); … … 5006 5006 { 5007 5007 int yyrc; 5008 USHORT sel = GetFS();5008 USHORT sel = RestoreOS2FS(); 5009 5009 5010 5010 yyrc = _O32_GetMenuItemCount(a); … … 5017 5017 { 5018 5018 UINT yyrc; 5019 USHORT sel = GetFS();5019 USHORT sel = RestoreOS2FS(); 5020 5020 5021 5021 yyrc = _O32_GetMenuItemID(a, b); … … 5028 5028 { 5029 5029 UINT yyrc; 5030 USHORT sel = GetFS();5030 USHORT sel = RestoreOS2FS(); 5031 5031 5032 5032 yyrc = _O32_GetMenuState(a, b, c); … … 5039 5039 { 5040 5040 int yyrc; 5041 USHORT sel = GetFS();5041 USHORT sel = RestoreOS2FS(); 5042 5042 5043 5043 yyrc = _O32_GetMenuString(a, b, c, d, e); … … 5050 5050 { 5051 5051 BOOL yyrc; 5052 USHORT sel = GetFS();5052 USHORT sel = RestoreOS2FS(); 5053 5053 5054 5054 yyrc = _O32_GetMessage(a, b, c, d); … … 5061 5061 { 5062 5062 LONG yyrc; 5063 USHORT sel = GetFS();5063 USHORT sel = RestoreOS2FS(); 5064 5064 5065 5065 yyrc = _O32_GetMessageExtraInfo(); … … 5072 5072 { 5073 5073 DWORD yyrc; 5074 USHORT sel = GetFS();5074 USHORT sel = RestoreOS2FS(); 5075 5075 5076 5076 yyrc = _O32_GetMessagePos(); … … 5083 5083 { 5084 5084 LONG yyrc; 5085 USHORT sel = GetFS();5085 USHORT sel = RestoreOS2FS(); 5086 5086 5087 5087 yyrc = _O32_GetMessageTime(); … … 5094 5094 { 5095 5095 HMETAFILE yyrc; 5096 USHORT sel = GetFS();5096 USHORT sel = RestoreOS2FS(); 5097 5097 5098 5098 yyrc = _O32_GetMetaFile(a); … … 5105 5105 { 5106 5106 UINT yyrc; 5107 USHORT sel = GetFS();5107 USHORT sel = RestoreOS2FS(); 5108 5108 5109 5109 yyrc = _O32_GetMetaFileBitsEx(a, b, c); … … 5116 5116 { 5117 5117 BOOL yyrc; 5118 USHORT sel = GetFS();5118 USHORT sel = RestoreOS2FS(); 5119 5119 5120 5120 yyrc = _O32_GetMiterLimit(a, b); … … 5127 5127 { 5128 5128 DWORD yyrc; 5129 USHORT sel = GetFS();5129 USHORT sel = RestoreOS2FS(); 5130 5130 5131 5131 yyrc = _O32_GetModuleFileName(a, b, c); … … 5138 5138 { 5139 5139 HMODULE yyrc; 5140 USHORT sel = GetFS();5140 USHORT sel = RestoreOS2FS(); 5141 5141 5142 5142 yyrc = _O32_GetModuleHandle(a); … … 5149 5149 { 5150 5150 COLORREF yyrc; 5151 USHORT sel = GetFS();5151 USHORT sel = RestoreOS2FS(); 5152 5152 5153 5153 yyrc = _O32_GetNearestColor(a, b); … … 5160 5160 { 5161 5161 UINT yyrc; 5162 USHORT sel = GetFS();5162 USHORT sel = RestoreOS2FS(); 5163 5163 5164 5164 yyrc = _O32_GetNearestPaletteIndex(a, b); … … 5171 5171 { 5172 5172 HWND yyrc; 5173 USHORT sel = GetFS();5173 USHORT sel = RestoreOS2FS(); 5174 5174 5175 5175 yyrc = _O32_GetNextDlgGroupItem(a, b, c); … … 5182 5182 { 5183 5183 HWND yyrc; 5184 USHORT sel = GetFS();5184 USHORT sel = RestoreOS2FS(); 5185 5185 5186 5186 yyrc = _O32_GetNextDlgTabItem(a, b, c); … … 5193 5193 { 5194 5194 HWND yyrc; 5195 USHORT sel = GetFS();5195 USHORT sel = RestoreOS2FS(); 5196 5196 5197 5197 yyrc = _O32_GetNextWindow(a, b); … … 5204 5204 { 5205 5205 int yyrc; 5206 USHORT sel = GetFS();5206 USHORT sel = RestoreOS2FS(); 5207 5207 5208 5208 yyrc = _O32_GetOEMCP(); … … 5215 5215 { 5216 5216 int yyrc; 5217 USHORT sel = GetFS();5217 USHORT sel = RestoreOS2FS(); 5218 5218 5219 5219 yyrc = _O32_GetObject(a, b, c); … … 5226 5226 { 5227 5227 DWORD yyrc; 5228 USHORT sel = GetFS();5228 USHORT sel = RestoreOS2FS(); 5229 5229 5230 5230 yyrc = _O32_GetObjectType(a); … … 5237 5237 { 5238 5238 HWND yyrc; 5239 USHORT sel = GetFS();5239 USHORT sel = RestoreOS2FS(); 5240 5240 5241 5241 yyrc = _O32_GetOpenClipboardWindow(); … … 5248 5248 { 5249 5249 BOOL yyrc; 5250 USHORT sel = GetFS();5250 USHORT sel = RestoreOS2FS(); 5251 5251 5252 5252 yyrc = _O32_GetOpenFileName(a); … … 5259 5259 { 5260 5260 UINT yyrc; 5261 USHORT sel = GetFS();5261 USHORT sel = RestoreOS2FS(); 5262 5262 5263 5263 yyrc = _O32_GetOutlineTextMetrics(a, b, c); … … 5270 5270 { 5271 5271 BOOL yyrc; 5272 USHORT sel = GetFS();5272 USHORT sel = RestoreOS2FS(); 5273 5273 5274 5274 yyrc = _O32_GetOverlappedResult(a, b, c, d); … … 5281 5281 { 5282 5282 UINT yyrc; 5283 USHORT sel = GetFS();5283 USHORT sel = RestoreOS2FS(); 5284 5284 5285 5285 yyrc = _O32_GetPaletteEntries(a, b, c, d); … … 5292 5292 { 5293 5293 HWND yyrc; 5294 USHORT sel = GetFS();5294 USHORT sel = RestoreOS2FS(); 5295 5295 5296 5296 yyrc = _O32_GetParent(a); … … 5303 5303 { 5304 5304 UINT yyrc; 5305 USHORT sel = GetFS();5305 USHORT sel = RestoreOS2FS(); 5306 5306 5307 5307 yyrc = _O32_GetPath(a, b, c, d); … … 5314 5314 { 5315 5315 COLORREF yyrc; 5316 USHORT sel = GetFS();5316 USHORT sel = RestoreOS2FS(); 5317 5317 5318 5318 yyrc = _O32_GetPixel(a, b, c); … … 5325 5325 { 5326 5326 int yyrc; 5327 USHORT sel = GetFS();5327 USHORT sel = RestoreOS2FS(); 5328 5328 5329 5329 yyrc = _O32_GetPolyFillMode(a); … … 5336 5336 { 5337 5337 DWORD yyrc; 5338 USHORT sel = GetFS();5338 USHORT sel = RestoreOS2FS(); 5339 5339 5340 5340 yyrc = _O32_GetPriorityClass(a); … … 5347 5347 { 5348 5348 int yyrc; 5349 USHORT sel = GetFS();5349 USHORT sel = RestoreOS2FS(); 5350 5350 5351 5351 yyrc = _O32_GetPriorityClipboardFormat(a, b); … … 5358 5358 { 5359 5359 UINT yyrc; 5360 USHORT sel = GetFS();5360 USHORT sel = RestoreOS2FS(); 5361 5361 5362 5362 yyrc = _O32_GetPrivateProfileInt(a, b, c, d); … … 5369 5369 { 5370 5370 DWORD yyrc; 5371 USHORT sel = GetFS();5371 USHORT sel = RestoreOS2FS(); 5372 5372 5373 5373 yyrc = _O32_GetPrivateProfileString(a, b, c, d, e, f); … … 5380 5380 { 5381 5381 FARPROC yyrc; 5382 USHORT sel = GetFS();5382 USHORT sel = RestoreOS2FS(); 5383 5383 5384 5384 yyrc = _O32_GetProcAddress(a, b); … … 5391 5391 { 5392 5392 UINT yyrc; 5393 USHORT sel = GetFS();5393 USHORT sel = RestoreOS2FS(); 5394 5394 5395 5395 yyrc = _O32_GetProfileInt(a, b, c); … … 5402 5402 { 5403 5403 DWORD yyrc; 5404 USHORT sel = GetFS();5404 USHORT sel = RestoreOS2FS(); 5405 5405 5406 5406 yyrc = _O32_GetProfileString(a, b, c, d, e); … … 5413 5413 { 5414 5414 HANDLE yyrc; 5415 USHORT sel = GetFS();5415 USHORT sel = RestoreOS2FS(); 5416 5416 5417 5417 yyrc = _O32_GetProp(a, b); … … 5424 5424 { 5425 5425 DWORD yyrc; 5426 USHORT sel = GetFS();5426 USHORT sel = RestoreOS2FS(); 5427 5427 5428 5428 yyrc = _O32_GetQueueStatus(a); … … 5435 5435 { 5436 5436 int yyrc; 5437 USHORT sel = GetFS();5437 USHORT sel = RestoreOS2FS(); 5438 5438 5439 5439 yyrc = _O32_GetROP2(a); … … 5446 5446 { 5447 5447 BOOL yyrc; 5448 USHORT sel = GetFS();5448 USHORT sel = RestoreOS2FS(); 5449 5449 5450 5450 yyrc = _O32_GetRasterizerCaps(a, b); … … 5457 5457 { 5458 5458 int yyrc; 5459 USHORT sel = GetFS();5459 USHORT sel = RestoreOS2FS(); 5460 5460 5461 5461 yyrc = _O32_GetRgnBox(a, b); … … 5468 5468 { 5469 5469 DWORD yyrc; 5470 USHORT sel = GetFS();5470 USHORT sel = RestoreOS2FS(); 5471 5471 5472 5472 yyrc = _O32_GetRegionData(a, b, c); … … 5479 5479 { 5480 5480 BOOL yyrc; 5481 USHORT sel = GetFS();5481 USHORT sel = RestoreOS2FS(); 5482 5482 5483 5483 yyrc = _O32_GetSaveFileName(a); … … 5490 5490 { 5491 5491 int yyrc; 5492 USHORT sel = GetFS();5492 USHORT sel = RestoreOS2FS(); 5493 5493 5494 5494 yyrc = _O32_GetScrollPos(a, b); … … 5501 5501 { 5502 5502 BOOL yyrc; 5503 USHORT sel = GetFS();5503 USHORT sel = RestoreOS2FS(); 5504 5504 5505 5505 yyrc = _O32_GetScrollRange(a, b, c, d); … … 5512 5512 { 5513 5513 HANDLE yyrc; 5514 USHORT sel = GetFS();5514 USHORT sel = RestoreOS2FS(); 5515 5515 5516 5516 yyrc = _O32_GetStdHandle(a); … … 5523 5523 { 5524 5524 HGDIOBJ yyrc; 5525 USHORT sel = GetFS();5525 USHORT sel = RestoreOS2FS(); 5526 5526 5527 5527 yyrc = _O32_GetStockObject(a); … … 5534 5534 { 5535 5535 int yyrc; 5536 USHORT sel = GetFS();5536 USHORT sel = RestoreOS2FS(); 5537 5537 5538 5538 yyrc = _O32_GetStretchBltMode(a); … … 5545 5545 { 5546 5546 HMENU yyrc; 5547 USHORT sel = GetFS();5547 USHORT sel = RestoreOS2FS(); 5548 5548 5549 5549 yyrc = _O32_GetSubMenu(a, b); … … 5556 5556 { 5557 5557 DWORD yyrc; 5558 USHORT sel = GetFS();5558 USHORT sel = RestoreOS2FS(); 5559 5559 5560 5560 yyrc = _O32_GetSysColor(a); … … 5567 5567 { 5568 5568 UINT yyrc; 5569 USHORT sel = GetFS();5569 USHORT sel = RestoreOS2FS(); 5570 5570 5571 5571 yyrc = _O32_GetSystemDirectory(a, b); … … 5578 5578 { 5579 5579 HMENU yyrc; 5580 USHORT sel = GetFS();5580 USHORT sel = RestoreOS2FS(); 5581 5581 5582 5582 yyrc = _O32_GetSystemMenu(a, b); … … 5589 5589 { 5590 5590 int yyrc; 5591 USHORT sel = GetFS();5591 USHORT sel = RestoreOS2FS(); 5592 5592 5593 5593 yyrc = _O32_GetSystemMetrics(a); … … 5600 5600 { 5601 5601 UINT yyrc; 5602 USHORT sel = GetFS();5602 USHORT sel = RestoreOS2FS(); 5603 5603 5604 5604 yyrc = _O32_GetSystemPaletteEntries(a, b, c, d); … … 5610 5610 inline void O32_GetSystemTime(LPSYSTEMTIME a) 5611 5611 { 5612 USHORT sel = GetFS();5612 USHORT sel = RestoreOS2FS(); 5613 5613 5614 5614 _O32_GetSystemTime(a); … … 5619 5619 { 5620 5620 DWORD yyrc; 5621 USHORT sel = GetFS();5621 USHORT sel = RestoreOS2FS(); 5622 5622 5623 5623 yyrc = _O32_GetTabbedTextExtent(a, b, c, d, e); … … 5630 5630 { 5631 5631 UINT yyrc; 5632 USHORT sel = GetFS();5632 USHORT sel = RestoreOS2FS(); 5633 5633 5634 5634 yyrc = _O32_GetTempFileName(a, b, c, d); … … 5641 5641 { 5642 5642 DWORD yyrc; 5643 USHORT sel = GetFS();5643 USHORT sel = RestoreOS2FS(); 5644 5644 5645 5645 yyrc = _O32_GetTempPath(a, b); … … 5652 5652 { 5653 5653 UINT yyrc; 5654 USHORT sel = GetFS();5654 USHORT sel = RestoreOS2FS(); 5655 5655 5656 5656 yyrc = _O32_GetTextAlign(a); … … 5663 5663 { 5664 5664 int yyrc; 5665 USHORT sel = GetFS();5665 USHORT sel = RestoreOS2FS(); 5666 5666 5667 5667 yyrc = _O32_GetTextCharacterExtra(a); … … 5674 5674 { 5675 5675 COLORREF yyrc; 5676 USHORT sel = GetFS();5676 USHORT sel = RestoreOS2FS(); 5677 5677 5678 5678 yyrc = _O32_GetTextColor(a); … … 5685 5685 { 5686 5686 BOOL yyrc; 5687 USHORT sel = GetFS();5687 USHORT sel = RestoreOS2FS(); 5688 5688 5689 5689 yyrc = _O32_GetTextExtentPoint(a, b, c, d); … … 5696 5696 { 5697 5697 BOOL yyrc; 5698 USHORT sel = GetFS();5698 USHORT sel = RestoreOS2FS(); 5699 5699 5700 5700 yyrc = _O32_GetTextExtentPoint32(a, b, c, d); … … 5707 5707 { 5708 5708 int yyrc; 5709 USHORT sel = GetFS();5709 USHORT sel = RestoreOS2FS(); 5710 5710 5711 5711 yyrc = _O32_GetTextFace(a, b, c); … … 5718 5718 { 5719 5719 BOOL yyrc; 5720 USHORT sel = GetFS();5720 USHORT sel = RestoreOS2FS(); 5721 5721 5722 5722 yyrc = _O32_GetTextMetrics(a, b); … … 5729 5729 { 5730 5730 DWORD yyrc; 5731 USHORT sel = GetFS();5731 USHORT sel = RestoreOS2FS(); 5732 5732 5733 5733 yyrc = _O32_GetThreadPriority(a); … … 5740 5740 { 5741 5741 DWORD yyrc; 5742 USHORT sel = GetFS();5742 USHORT sel = RestoreOS2FS(); 5743 5743 5744 5744 yyrc = _O32_GetTickCount(); … … 5751 5751 { 5752 5752 DWORD yyrc; 5753 USHORT sel = GetFS();5753 USHORT sel = RestoreOS2FS(); 5754 5754 5755 5755 yyrc = _O32_GetTimeZoneInformation(a); … … 5762 5762 { 5763 5763 HWND yyrc; 5764 USHORT sel = GetFS();5764 USHORT sel = RestoreOS2FS(); 5765 5765 5766 5766 yyrc = _O32_GetTopWindow(a); … … 5773 5773 { 5774 5774 BOOL yyrc; 5775 USHORT sel = GetFS();5775 USHORT sel = RestoreOS2FS(); 5776 5776 5777 5777 yyrc = _O32_GetUpdateRect(a, b, c); … … 5784 5784 { 5785 5785 int yyrc; 5786 USHORT sel = GetFS();5786 USHORT sel = RestoreOS2FS(); 5787 5787 5788 5788 yyrc = _O32_GetUpdateRgn(a, b, c); … … 5795 5795 { 5796 5796 BOOL yyrc; 5797 USHORT sel = GetFS();5797 USHORT sel = RestoreOS2FS(); 5798 5798 5799 5799 yyrc = _O32_GetViewportExtEx(a, b); … … 5806 5806 { 5807 5807 BOOL yyrc; 5808 USHORT sel = GetFS();5808 USHORT sel = RestoreOS2FS(); 5809 5809 5810 5810 yyrc = _O32_GetViewportOrgEx(a, b); … … 5817 5817 { 5818 5818 DWORD yyrc; 5819 USHORT sel = GetFS();5819 USHORT sel = RestoreOS2FS(); 5820 5820 5821 5821 yyrc = _O32_GetVolumeInformation(a, b, c, d, e, f, g, h); … … 5828 5828 { 5829 5829 UINT yyrc; 5830 USHORT sel = GetFS();5830 USHORT sel = RestoreOS2FS(); 5831 5831 5832 5832 yyrc = _O32_GetWinMetaFileBits(a, b, c, d, e); … … 5839 5839 { 5840 5840 HWND yyrc; 5841 USHORT sel = GetFS();5841 USHORT sel = RestoreOS2FS(); 5842 5842 5843 5843 yyrc = _O32_GetWindow(a, b); … … 5850 5850 { 5851 5851 HDC yyrc; 5852 USHORT sel = GetFS();5852 USHORT sel = RestoreOS2FS(); 5853 5853 5854 5854 yyrc = _O32_GetWindowDC(a); … … 5861 5861 { 5862 5862 BOOL yyrc; 5863 USHORT sel = GetFS();5863 USHORT sel = RestoreOS2FS(); 5864 5864 5865 5865 yyrc = _O32_GetWindowExtEx(a, b); … … 5872 5872 { 5873 5873 LONG yyrc; 5874 USHORT sel = GetFS();5874 USHORT sel = RestoreOS2FS(); 5875 5875 5876 5876 yyrc = _O32_GetWindowLong(a, b); … … 5883 5883 { 5884 5884 BOOL yyrc; 5885 USHORT sel = GetFS();5885 USHORT sel = RestoreOS2FS(); 5886 5886 5887 5887 yyrc = _O32_GetWindowOrgEx(a, b); … … 5894 5894 { 5895 5895 BOOL yyrc; 5896 USHORT sel = GetFS();5896 USHORT sel = RestoreOS2FS(); 5897 5897 5898 5898 yyrc = _O32_GetWindowPlacement(a, b); … … 5905 5905 { 5906 5906 BOOL yyrc; 5907 USHORT sel = GetFS();5907 USHORT sel = RestoreOS2FS(); 5908 5908 5909 5909 yyrc = _O32_GetWindowRect(a, b); … … 5916 5916 { 5917 5917 UINT yyrc; 5918 USHORT sel = GetFS();5918 USHORT sel = RestoreOS2FS(); 5919 5919 5920 5920 yyrc = _O32_GetWindowsDirectory(a, b); … … 5927 5927 { 5928 5928 int yyrc; 5929 USHORT sel = GetFS();5929 USHORT sel = RestoreOS2FS(); 5930 5930 5931 5931 yyrc = _O32_GetWindowText(a, b, c); … … 5938 5938 { 5939 5939 int yyrc; 5940 USHORT sel = GetFS();5940 USHORT sel = RestoreOS2FS(); 5941 5941 5942 5942 yyrc = _O32_GetWindowTextLength(a); … … 5949 5949 { 5950 5950 DWORD yyrc; 5951 USHORT sel = GetFS();5951 USHORT sel = RestoreOS2FS(); 5952 5952 5953 5953 yyrc = _O32_GetWindowThreadProcessId(a, b); … … 5960 5960 { 5961 5961 WORD yyrc; 5962 USHORT sel = GetFS();5962 USHORT sel = RestoreOS2FS(); 5963 5963 5964 5964 yyrc = _O32_GetWindowWord(a, b); … … 5971 5971 { 5972 5972 BOOL yyrc; 5973 USHORT sel = GetFS();5973 USHORT sel = RestoreOS2FS(); 5974 5974 5975 5975 yyrc = _O32_GetWorldTransform(a, b); … … 5982 5982 { 5983 5983 ATOM yyrc; 5984 USHORT sel = GetFS();5984 USHORT sel = RestoreOS2FS(); 5985 5985 5986 5986 yyrc = _O32_GlobalAddAtom(a); … … 5993 5993 { 5994 5994 HGLOBAL yyrc; 5995 USHORT sel = GetFS();5995 USHORT sel = RestoreOS2FS(); 5996 5996 5997 5997 yyrc = _O32_GlobalAlloc(a, b); … … 6004 6004 { 6005 6005 ATOM yyrc; 6006 USHORT sel = GetFS();6006 USHORT sel = RestoreOS2FS(); 6007 6007 6008 6008 yyrc = _O32_GlobalDeleteAtom(a); … … 6015 6015 { 6016 6016 HGLOBAL yyrc; 6017 USHORT sel = GetFS();6017 USHORT sel = RestoreOS2FS(); 6018 6018 6019 6019 yyrc = _O32_GlobalDiscard(a); … … 6026 6026 { 6027 6027 ATOM yyrc; 6028 USHORT sel = GetFS();6028 USHORT sel = RestoreOS2FS(); 6029 6029 6030 6030 yyrc = _O32_GlobalFindAtom(a); … … 6037 6037 { 6038 6038 UINT yyrc; 6039 USHORT sel = GetFS();6039 USHORT sel = RestoreOS2FS(); 6040 6040 6041 6041 yyrc = _O32_GlobalFlags(a); … … 6048 6048 { 6049 6049 HGLOBAL yyrc; 6050 USHORT sel = GetFS();6050 USHORT sel = RestoreOS2FS(); 6051 6051 6052 6052 yyrc = _O32_GlobalFree(a); … … 6059 6059 { 6060 6060 UINT yyrc; 6061 USHORT sel = GetFS();6061 USHORT sel = RestoreOS2FS(); 6062 6062 6063 6063 yyrc = _O32_GlobalGetAtomName(a, b, c); … … 6070 6070 { 6071 6071 HGLOBAL yyrc; 6072 USHORT sel = GetFS();6072 USHORT sel = RestoreOS2FS(); 6073 6073 6074 6074 yyrc = _O32_GlobalHandle(a); … … 6081 6081 { 6082 6082 PVOID yyrc; 6083 USHORT sel = GetFS();6083 USHORT sel = RestoreOS2FS(); 6084 6084 6085 6085 yyrc = _O32_GlobalLock(a); … … 6091 6091 inline VOID O32_GlobalMemoryStatus(LPMEMORYSTATUS a) 6092 6092 { 6093 USHORT sel = GetFS();6093 USHORT sel = RestoreOS2FS(); 6094 6094 6095 6095 _O32_GlobalMemoryStatus(a); … … 6100 6100 { 6101 6101 HGLOBAL yyrc; 6102 USHORT sel = GetFS();6102 USHORT sel = RestoreOS2FS(); 6103 6103 6104 6104 yyrc = _O32_GlobalReAlloc(a, b, c); … … 6111 6111 { 6112 6112 DWORD yyrc; 6113 USHORT sel = GetFS();6113 USHORT sel = RestoreOS2FS(); 6114 6114 6115 6115 yyrc = _O32_GlobalSize(a); … … 6122 6122 { 6123 6123 BOOL yyrc; 6124 USHORT sel = GetFS();6124 USHORT sel = RestoreOS2FS(); 6125 6125 6126 6126 yyrc = _O32_GlobalUnlock(a); … … 6133 6133 { 6134 6134 PVOID yyrc; 6135 USHORT sel = GetFS();6135 USHORT sel = RestoreOS2FS(); 6136 6136 6137 6137 yyrc = _O32_HeapAlloc(a, b, c); … … 6144 6144 { 6145 6145 HANDLE yyrc; 6146 USHORT sel = GetFS();6146 USHORT sel = RestoreOS2FS(); 6147 6147 6148 6148 yyrc = _O32_HeapCreate(a, b, c); … … 6155 6155 { 6156 6156 BOOL yyrc; 6157 USHORT sel = GetFS();6157 USHORT sel = RestoreOS2FS(); 6158 6158 6159 6159 yyrc = _O32_HeapDestroy(a); … … 6166 6166 { 6167 6167 BOOL yyrc; 6168 USHORT sel = GetFS();6168 USHORT sel = RestoreOS2FS(); 6169 6169 6170 6170 yyrc = _O32_HeapFree(a, b, c); … … 6177 6177 { 6178 6178 PVOID yyrc; 6179 USHORT sel = GetFS();6179 USHORT sel = RestoreOS2FS(); 6180 6180 6181 6181 yyrc = _O32_HeapReAlloc(a, b, c, d); … … 6188 6188 { 6189 6189 DWORD yyrc; 6190 USHORT sel = GetFS();6190 USHORT sel = RestoreOS2FS(); 6191 6191 6192 6192 yyrc = _O32_HeapSize(a, b, c); … … 6199 6199 { 6200 6200 BOOL yyrc; 6201 USHORT sel = GetFS();6201 USHORT sel = RestoreOS2FS(); 6202 6202 6203 6203 yyrc = _O32_HideCaret(a); … … 6210 6210 { 6211 6211 BOOL yyrc; 6212 USHORT sel = GetFS();6212 USHORT sel = RestoreOS2FS(); 6213 6213 6214 6214 yyrc = _O32_HiliteMenuItem(a, b, c, d); … … 6221 6221 { 6222 6222 BOOL yyrc; 6223 USHORT sel = GetFS();6223 USHORT sel = RestoreOS2FS(); 6224 6224 6225 6225 yyrc = _O32_InflateRect(a, b, c); … … 6232 6232 { 6233 6233 BOOL yyrc; 6234 USHORT sel = GetFS();6234 USHORT sel = RestoreOS2FS(); 6235 6235 6236 6236 yyrc = _O32_InSendMessage(); … … 6243 6243 { 6244 6244 BOOL yyrc; 6245 USHORT sel = GetFS();6245 USHORT sel = RestoreOS2FS(); 6246 6246 6247 6247 yyrc = _O32_InitAtomTable(a); … … 6253 6253 inline VOID O32_InitializeCriticalSection(CRITICAL_SECTION *a) 6254 6254 { 6255 USHORT sel = GetFS();6255 USHORT sel = RestoreOS2FS(); 6256 6256 6257 6257 _O32_InitializeCriticalSection(a); … … 6262 6262 { 6263 6263 BOOL yyrc; 6264 USHORT sel = GetFS();6264 USHORT sel = RestoreOS2FS(); 6265 6265 6266 6266 yyrc = _O32_InsertMenu(a, b, c, d, e); … … 6273 6273 { 6274 6274 LONG yyrc; 6275 USHORT sel = GetFS();6275 USHORT sel = RestoreOS2FS(); 6276 6276 6277 6277 yyrc = _O32_InterlockedDecrement(a); … … 6284 6284 { 6285 6285 LONG yyrc; 6286 USHORT sel = GetFS();6286 USHORT sel = RestoreOS2FS(); 6287 6287 6288 6288 yyrc = _O32_InterlockedExchange(a, b); … … 6295 6295 { 6296 6296 LONG yyrc; 6297 USHORT sel = GetFS();6297 USHORT sel = RestoreOS2FS(); 6298 6298 6299 6299 yyrc = _O32_InterlockedIncrement(a); … … 6306 6306 { 6307 6307 int yyrc; 6308 USHORT sel = GetFS();6308 USHORT sel = RestoreOS2FS(); 6309 6309 6310 6310 yyrc = _O32_IntersectClipRect(a, b, c, d, e); … … 6317 6317 { 6318 6318 BOOL yyrc; 6319 USHORT sel = GetFS();6319 USHORT sel = RestoreOS2FS(); 6320 6320 6321 6321 yyrc = _O32_IntersectRect(a, b, c); … … 6328 6328 { 6329 6329 BOOL yyrc; 6330 USHORT sel = GetFS();6330 USHORT sel = RestoreOS2FS(); 6331 6331 6332 6332 yyrc = _O32_InvalidateRect(a, b, c); … … 6339 6339 { 6340 6340 BOOL yyrc; 6341 USHORT sel = GetFS();6341 USHORT sel = RestoreOS2FS(); 6342 6342 6343 6343 yyrc = _O32_InvalidateRgn(a, b, c); … … 6350 6350 { 6351 6351 BOOL yyrc; 6352 USHORT sel = GetFS();6352 USHORT sel = RestoreOS2FS(); 6353 6353 6354 6354 yyrc = _O32_InvertRect(a, b); … … 6361 6361 { 6362 6362 BOOL yyrc; 6363 USHORT sel = GetFS();6363 USHORT sel = RestoreOS2FS(); 6364 6364 6365 6365 yyrc = _O32_InvertRgn(a, b); … … 6372 6372 { 6373 6373 BOOL yyrc; 6374 USHORT sel = GetFS();6374 USHORT sel = RestoreOS2FS(); 6375 6375 6376 6376 yyrc = _O32_IsBadCodePtr(a); … … 6383 6383 { 6384 6384 BOOL yyrc; 6385 USHORT sel = GetFS();6385 USHORT sel = RestoreOS2FS(); 6386 6386 6387 6387 yyrc = _O32_IsBadReadPtr(a, b); … … 6394 6394 { 6395 6395 BOOL yyrc; 6396 USHORT sel = GetFS();6396 USHORT sel = RestoreOS2FS(); 6397 6397 6398 6398 yyrc = _O32_IsBadStringPtr(a, b); … … 6405 6405 { 6406 6406 BOOL yyrc; 6407 USHORT sel = GetFS();6407 USHORT sel = RestoreOS2FS(); 6408 6408 6409 6409 yyrc = _O32_IsBadWritePtr(a, b); … … 6416 6416 { 6417 6417 BOOL yyrc; 6418 USHORT sel = GetFS();6418 USHORT sel = RestoreOS2FS(); 6419 6419 6420 6420 yyrc = _O32_IsChild(a, b); … … 6427 6427 { 6428 6428 BOOL yyrc; 6429 USHORT sel = GetFS();6429 USHORT sel = RestoreOS2FS(); 6430 6430 6431 6431 yyrc = _O32_IsClipboardFormatAvailable(a); … … 6438 6438 { 6439 6439 BOOL yyrc; 6440 USHORT sel = GetFS();6440 USHORT sel = RestoreOS2FS(); 6441 6441 6442 6442 yyrc = _O32_IsDBCSLeadByte(a); … … 6449 6449 { 6450 6450 BOOL yyrc; 6451 USHORT sel = GetFS();6451 USHORT sel = RestoreOS2FS(); 6452 6452 6453 6453 yyrc = _O32_IsDialogMessage(a, b); … … 6460 6460 { 6461 6461 BOOL yyrc; 6462 USHORT sel = GetFS();6462 USHORT sel = RestoreOS2FS(); 6463 6463 6464 6464 yyrc = _O32_IsDlgButtonChecked(a, b); … … 6471 6471 { 6472 6472 BOOL yyrc; 6473 USHORT sel = GetFS();6473 USHORT sel = RestoreOS2FS(); 6474 6474 6475 6475 yyrc = _O32_IsIconic(a); … … 6482 6482 { 6483 6483 BOOL yyrc; 6484 USHORT sel = GetFS();6484 USHORT sel = RestoreOS2FS(); 6485 6485 6486 6486 yyrc = _O32_IsMenu(a); … … 6493 6493 { 6494 6494 BOOL yyrc; 6495 USHORT sel = GetFS();6495 USHORT sel = RestoreOS2FS(); 6496 6496 6497 6497 yyrc = _O32_IsRectEmpty(a); … … 6504 6504 { 6505 6505 BOOL yyrc; 6506 USHORT sel = GetFS();6506 USHORT sel = RestoreOS2FS(); 6507 6507 6508 6508 yyrc = _O32_IsWindow(a); … … 6515 6515 { 6516 6516 BOOL yyrc; 6517 USHORT sel = GetFS();6517 USHORT sel = RestoreOS2FS(); 6518 6518 6519 6519 yyrc = _O32_IsWindowEnabled(a); … … 6526 6526 { 6527 6527 BOOL yyrc; 6528 USHORT sel = GetFS();6528 USHORT sel = RestoreOS2FS(); 6529 6529 6530 6530 yyrc = _O32_IsWindowVisible(a); … … 6537 6537 { 6538 6538 BOOL yyrc; 6539 USHORT sel = GetFS();6539 USHORT sel = RestoreOS2FS(); 6540 6540 6541 6541 yyrc = _O32_IsZoomed(a); … … 6548 6548 { 6549 6549 BOOL yyrc; 6550 USHORT sel = GetFS();6550 USHORT sel = RestoreOS2FS(); 6551 6551 6552 6552 yyrc = _O32_KillTimer(a, b); … … 6559 6559 { 6560 6560 BOOL yyrc; 6561 USHORT sel = GetFS();6561 USHORT sel = RestoreOS2FS(); 6562 6562 6563 6563 yyrc = _O32_LPtoDP(a, b, c); … … 6569 6569 inline VOID O32_LeaveCriticalSection(CRITICAL_SECTION *a) 6570 6570 { 6571 USHORT sel = GetFS();6571 USHORT sel = RestoreOS2FS(); 6572 6572 6573 6573 _O32_LeaveCriticalSection(a); … … 6578 6578 { 6579 6579 BOOL yyrc; 6580 USHORT sel = GetFS();6580 USHORT sel = RestoreOS2FS(); 6581 6581 6582 6582 yyrc = _O32_LineDDA(a, b, c, d, e, f); … … 6589 6589 { 6590 6590 BOOL yyrc; 6591 USHORT sel = GetFS();6591 USHORT sel = RestoreOS2FS(); 6592 6592 6593 6593 yyrc = _O32_LineTo(a, b, c); … … 6600 6600 { 6601 6601 HACCEL yyrc; 6602 USHORT sel = GetFS();6602 USHORT sel = RestoreOS2FS(); 6603 6603 6604 6604 yyrc = _O32_LoadAccelerators(a, b); … … 6611 6611 { 6612 6612 HBITMAP yyrc; 6613 USHORT sel = GetFS();6613 USHORT sel = RestoreOS2FS(); 6614 6614 6615 6615 yyrc = _O32_LoadBitmap(a, b); … … 6622 6622 { 6623 6623 HCURSOR yyrc; 6624 USHORT sel = GetFS();6624 USHORT sel = RestoreOS2FS(); 6625 6625 6626 6626 yyrc = _O32_LoadCursor(a, b); … … 6633 6633 { 6634 6634 HICON yyrc; 6635 USHORT sel = GetFS();6635 USHORT sel = RestoreOS2FS(); 6636 6636 6637 6637 yyrc = _O32_LoadIcon(a, b); … … 6644 6644 { 6645 6645 HINSTANCE yyrc; 6646 USHORT sel = GetFS();6646 USHORT sel = RestoreOS2FS(); 6647 6647 6648 6648 yyrc = _O32_LoadLibrary(a); … … 6655 6655 { 6656 6656 HMENU yyrc; 6657 USHORT sel = GetFS();6657 USHORT sel = RestoreOS2FS(); 6658 6658 6659 6659 yyrc = _O32_LoadMenu(a, b); … … 6666 6666 { 6667 6667 HMENU yyrc; 6668 USHORT sel = GetFS();6668 USHORT sel = RestoreOS2FS(); 6669 6669 6670 6670 yyrc = _O32_LoadMenuIndirect(a); … … 6677 6677 { 6678 6678 DWORD yyrc; 6679 USHORT sel = GetFS();6679 USHORT sel = RestoreOS2FS(); 6680 6680 6681 6681 yyrc = _O32_LoadModule(a, b); … … 6688 6688 { 6689 6689 HGLOBAL yyrc; 6690 USHORT sel = GetFS();6690 USHORT sel = RestoreOS2FS(); 6691 6691 6692 6692 yyrc = _O32_LoadResource(a, b); … … 6699 6699 { 6700 6700 PVOID yyrc; 6701 USHORT sel = GetFS();6701 USHORT sel = RestoreOS2FS(); 6702 6702 6703 6703 yyrc = _O32_LockResource(a); … … 6710 6710 { 6711 6711 int yyrc; 6712 USHORT sel = GetFS();6712 USHORT sel = RestoreOS2FS(); 6713 6713 6714 6714 yyrc = _O32_LoadString(a, b, c, d); … … 6721 6721 { 6722 6722 HLOCAL yyrc; 6723 USHORT sel = GetFS();6723 USHORT sel = RestoreOS2FS(); 6724 6724 6725 6725 yyrc = _O32_LocalAlloc(a, b); … … 6732 6732 { 6733 6733 HLOCAL yyrc; 6734 USHORT sel = GetFS();6734 USHORT sel = RestoreOS2FS(); 6735 6735 6736 6736 yyrc = _O32_LocalDiscard(a); … … 6743 6743 { 6744 6744 UINT yyrc; 6745 USHORT sel = GetFS();6745 USHORT sel = RestoreOS2FS(); 6746 6746 6747 6747 yyrc = _O32_LocalFlags(a); … … 6754 6754 { 6755 6755 BOOL yyrc; 6756 USHORT sel = GetFS();6756 USHORT sel = RestoreOS2FS(); 6757 6757 6758 6758 yyrc = _O32_LocalFileTimeToFileTime(a, b); … … 6765 6765 { 6766 6766 HLOCAL yyrc; 6767 USHORT sel = GetFS();6767 USHORT sel = RestoreOS2FS(); 6768 6768 6769 6769 yyrc = _O32_LocalFree(a); … … 6776 6776 { 6777 6777 HLOCAL yyrc; 6778 USHORT sel = GetFS();6778 USHORT sel = RestoreOS2FS(); 6779 6779 6780 6780 yyrc = _O32_LocalHandle(a); … … 6787 6787 { 6788 6788 BOOL yyrc; 6789 USHORT sel = GetFS();6789 USHORT sel = RestoreOS2FS(); 6790 6790 6791 6791 yyrc = _O32_LocalUnlock(a); … … 6798 6798 { 6799 6799 HLOCAL yyrc; 6800 USHORT sel = GetFS();6800 USHORT sel = RestoreOS2FS(); 6801 6801 6802 6802 yyrc = _O32_LocalReAlloc(a, b, c); … … 6809 6809 { 6810 6810 UINT yyrc; 6811 USHORT sel = GetFS();6811 USHORT sel = RestoreOS2FS(); 6812 6812 6813 6813 yyrc = _O32_LocalSize(a); … … 6820 6820 { 6821 6821 PVOID yyrc; 6822 USHORT sel = GetFS();6822 USHORT sel = RestoreOS2FS(); 6823 6823 6824 6824 yyrc = _O32_LocalLock(a); … … 6831 6831 { 6832 6832 BOOL yyrc; 6833 USHORT sel = GetFS();6833 USHORT sel = RestoreOS2FS(); 6834 6834 6835 6835 yyrc = _O32_LockFile(a, b, c, d, e); … … 6842 6842 { 6843 6843 BOOL yyrc; 6844 USHORT sel = GetFS();6844 USHORT sel = RestoreOS2FS(); 6845 6845 6846 6846 yyrc = _O32_LockWindowUpdate(a); … … 6853 6853 { 6854 6854 BOOL yyrc; 6855 USHORT sel = GetFS();6855 USHORT sel = RestoreOS2FS(); 6856 6856 6857 6857 yyrc = _O32_MapDialogRect(a, b); … … 6864 6864 { 6865 6865 UINT yyrc; 6866 USHORT sel = GetFS();6866 USHORT sel = RestoreOS2FS(); 6867 6867 6868 6868 yyrc = _O32_MapVirtualKey(a, b); … … 6875 6875 { 6876 6876 int yyrc; 6877 USHORT sel = GetFS();6877 USHORT sel = RestoreOS2FS(); 6878 6878 6879 6879 yyrc = _O32_MapWindowPoints(a, b, c, d); … … 6886 6886 { 6887 6887 BOOL yyrc; 6888 USHORT sel = GetFS();6888 USHORT sel = RestoreOS2FS(); 6889 6889 6890 6890 yyrc = _O32_MaskBlt(a, b, c, d, e, f, g, h, i, j, k, l); … … 6897 6897 { 6898 6898 int yyrc; 6899 USHORT sel = GetFS();6899 USHORT sel = RestoreOS2FS(); 6900 6900 6901 6901 yyrc = _O32_MessageBox(a, b, c, d); … … 6908 6908 { 6909 6909 BOOL yyrc; 6910 USHORT sel = GetFS();6910 USHORT sel = RestoreOS2FS(); 6911 6911 6912 6912 yyrc = _O32_MessageBeep(a); … … 6919 6919 { 6920 6920 DWORD yyrc; 6921 USHORT sel = GetFS();6921 USHORT sel = RestoreOS2FS(); 6922 6922 6923 6923 yyrc = _O32_MsgWaitForMultipleObjects(a, b, c, d, e); … … 6930 6930 { 6931 6931 BOOL yyrc; 6932 USHORT sel = GetFS();6932 USHORT sel = RestoreOS2FS(); 6933 6933 6934 6934 yyrc = _O32_ModifyMenu(a, b, c, d, e); … … 6941 6941 { 6942 6942 BOOL yyrc; 6943 USHORT sel = GetFS();6943 USHORT sel = RestoreOS2FS(); 6944 6944 6945 6945 yyrc = _O32_ModifyWorldTransform(a, b, c); … … 6952 6952 { 6953 6953 BOOL yyrc; 6954 USHORT sel = GetFS();6954 USHORT sel = RestoreOS2FS(); 6955 6955 6956 6956 yyrc = _O32_MoveFile(a, b); … … 6963 6963 { 6964 6964 BOOL yyrc; 6965 USHORT sel = GetFS();6965 USHORT sel = RestoreOS2FS(); 6966 6966 6967 6967 yyrc = _O32_MoveToEx(a, b, c, d); … … 6974 6974 { 6975 6975 BOOL yyrc; 6976 USHORT sel = GetFS();6976 USHORT sel = RestoreOS2FS(); 6977 6977 6978 6978 yyrc = _O32_MoveWindow(a, b, c, d, e, f); … … 6985 6985 { 6986 6986 int yyrc; 6987 USHORT sel = GetFS();6987 USHORT sel = RestoreOS2FS(); 6988 6988 6989 6989 yyrc = _O32_MulDiv(a, b, c); … … 6996 6996 { 6997 6997 int yyrc; 6998 USHORT sel = GetFS();6998 USHORT sel = RestoreOS2FS(); 6999 6999 7000 7000 yyrc = _O32_OffsetClipRgn(a, b, c); … … 7007 7007 { 7008 7008 BOOL yyrc; 7009 USHORT sel = GetFS();7009 USHORT sel = RestoreOS2FS(); 7010 7010 7011 7011 yyrc = _O32_OffsetRect(a, b, c); … … 7018 7018 { 7019 7019 int yyrc; 7020 USHORT sel = GetFS();7020 USHORT sel = RestoreOS2FS(); 7021 7021 7022 7022 yyrc = _O32_OffsetRgn(a, b, c); … … 7029 7029 { 7030 7030 BOOL yyrc; 7031 USHORT sel = GetFS();7031 USHORT sel = RestoreOS2FS(); 7032 7032 7033 7033 yyrc = _O32_OffsetViewportOrgEx(a, b, c, d); … … 7040 7040 { 7041 7041 BOOL yyrc; 7042 USHORT sel = GetFS();7042 USHORT sel = RestoreOS2FS(); 7043 7043 7044 7044 yyrc = _O32_OffsetWindowOrgEx(a, b, c, d); … … 7051 7051 { 7052 7052 BOOL yyrc; 7053 USHORT sel = GetFS();7053 USHORT sel = RestoreOS2FS(); 7054 7054 7055 7055 yyrc = _O32_OpenClipboard(a); … … 7062 7062 { 7063 7063 HANDLE yyrc; 7064 USHORT sel = GetFS();7064 USHORT sel = RestoreOS2FS(); 7065 7065 7066 7066 yyrc = _O32_OpenEvent(a, b, c); … … 7073 7073 { 7074 7074 HFILE yyrc; 7075 USHORT sel = GetFS();7075 USHORT sel = RestoreOS2FS(); 7076 7076 7077 7077 yyrc = _O32_OpenFile(a, b, c); … … 7084 7084 { 7085 7085 HANDLE yyrc; 7086 USHORT sel = GetFS();7086 USHORT sel = RestoreOS2FS(); 7087 7087 7088 7088 yyrc = _O32_OpenMutex(a, b, c); … … 7095 7095 { 7096 7096 HANDLE yyrc; 7097 USHORT sel = GetFS();7097 USHORT sel = RestoreOS2FS(); 7098 7098 7099 7099 yyrc = _O32_OpenProcess(a, b, c); … … 7106 7106 { 7107 7107 HANDLE yyrc; 7108 USHORT sel = GetFS();7108 USHORT sel = RestoreOS2FS(); 7109 7109 7110 7110 yyrc = _O32_OpenSemaphore(a, b, c); … … 7116 7116 inline VOID O32_OutputDebugString(LPCSTR a) 7117 7117 { 7118 USHORT sel = GetFS();7118 USHORT sel = RestoreOS2FS(); 7119 7119 7120 7120 _O32_OutputDebugString(a); … … 7125 7125 { 7126 7126 LONG yyrc; 7127 USHORT sel = GetFS();7127 USHORT sel = RestoreOS2FS(); 7128 7128 7129 7129 yyrc = _O32_PackDDElParam(a, b, c); … … 7136 7136 { 7137 7137 BOOL yyrc; 7138 USHORT sel = GetFS();7138 USHORT sel = RestoreOS2FS(); 7139 7139 7140 7140 yyrc = _O32_PaintRgn(a, b); … … 7147 7147 { 7148 7148 BOOL yyrc; 7149 USHORT sel = GetFS();7149 USHORT sel = RestoreOS2FS(); 7150 7150 7151 7151 yyrc = _O32_PatBlt(a, b, c, d, e, f); … … 7158 7158 { 7159 7159 HRGN yyrc; 7160 USHORT sel = GetFS();7160 USHORT sel = RestoreOS2FS(); 7161 7161 7162 7162 yyrc = _O32_PathToRegion(a); … … 7169 7169 { 7170 7170 BOOL yyrc; 7171 USHORT sel = GetFS();7171 USHORT sel = RestoreOS2FS(); 7172 7172 7173 7173 yyrc = _O32_PeekMessage(a, b, c, d, e); … … 7180 7180 { 7181 7181 BOOL yyrc; 7182 USHORT sel = GetFS();7182 USHORT sel = RestoreOS2FS(); 7183 7183 7184 7184 yyrc = _O32_Pie(a, b, c, d, e, f, g, h, i); … … 7191 7191 { 7192 7192 BOOL yyrc; 7193 USHORT sel = GetFS();7193 USHORT sel = RestoreOS2FS(); 7194 7194 7195 7195 yyrc = _O32_PlayEnhMetaFile(a, b, c); … … 7202 7202 { 7203 7203 BOOL yyrc; 7204 USHORT sel = GetFS();7204 USHORT sel = RestoreOS2FS(); 7205 7205 7206 7206 yyrc = _O32_PlayMetaFile(a, b); … … 7213 7213 { 7214 7214 BOOL yyrc; 7215 USHORT sel = GetFS();7215 USHORT sel = RestoreOS2FS(); 7216 7216 7217 7217 yyrc = _O32_PlayMetaFileRecord(a, b, c, d); … … 7224 7224 { 7225 7225 BOOL yyrc; 7226 USHORT sel = GetFS();7226 USHORT sel = RestoreOS2FS(); 7227 7227 7228 7228 yyrc = _O32_PolyBezier(a, b, c); … … 7235 7235 { 7236 7236 BOOL yyrc; 7237 USHORT sel = GetFS();7237 USHORT sel = RestoreOS2FS(); 7238 7238 7239 7239 yyrc = _O32_PolyBezierTo(a, b, c); … … 7246 7246 { 7247 7247 BOOL yyrc; 7248 USHORT sel = GetFS();7248 USHORT sel = RestoreOS2FS(); 7249 7249 7250 7250 yyrc = _O32_PolyDraw(a, b, c, d); … … 7257 7257 { 7258 7258 BOOL yyrc; 7259 USHORT sel = GetFS();7259 USHORT sel = RestoreOS2FS(); 7260 7260 7261 7261 yyrc = _O32_Polygon(a, b, c); … … 7268 7268 { 7269 7269 BOOL yyrc; 7270 USHORT sel = GetFS();7270 USHORT sel = RestoreOS2FS(); 7271 7271 7272 7272 yyrc = _O32_Polyline(a, b, c); … … 7279 7279 { 7280 7280 BOOL yyrc; 7281 USHORT sel = GetFS();7281 USHORT sel = RestoreOS2FS(); 7282 7282 7283 7283 yyrc = _O32_PolylineTo(a, b, c); … … 7290 7290 { 7291 7291 BOOL yyrc; 7292 USHORT sel = GetFS();7292 USHORT sel = RestoreOS2FS(); 7293 7293 7294 7294 yyrc = _O32_PolyPolygon(a, b, c, d); … … 7301 7301 { 7302 7302 BOOL yyrc; 7303 USHORT sel = GetFS();7303 USHORT sel = RestoreOS2FS(); 7304 7304 7305 7305 yyrc = _O32_PolyPolyline(a, b, c, d); … … 7311 7311 inline VOID O32_PostQuitMessage(int a) 7312 7312 { 7313 USHORT sel = GetFS();7313 USHORT sel = RestoreOS2FS(); 7314 7314 7315 7315 _O32_PostQuitMessage(a); … … 7320 7320 { 7321 7321 BOOL yyrc; 7322 USHORT sel = GetFS();7322 USHORT sel = RestoreOS2FS(); 7323 7323 7324 7324 yyrc = _O32_PostMessage(a, b, c, d); … … 7331 7331 { 7332 7332 BOOL yyrc; 7333 USHORT sel = GetFS();7333 USHORT sel = RestoreOS2FS(); 7334 7334 7335 7335 yyrc = _O32_PostThreadMessage(a, b, c, d); … … 7342 7342 { 7343 7343 BOOL yyrc; 7344 USHORT sel = GetFS();7344 USHORT sel = RestoreOS2FS(); 7345 7345 7346 7346 yyrc = _O32_PtInRect(a, b); … … 7353 7353 { 7354 7354 BOOL yyrc; 7355 USHORT sel = GetFS();7355 USHORT sel = RestoreOS2FS(); 7356 7356 7357 7357 yyrc = _O32_PtInRegion(a, b, c); … … 7364 7364 { 7365 7365 BOOL yyrc; 7366 USHORT sel = GetFS();7366 USHORT sel = RestoreOS2FS(); 7367 7367 7368 7368 yyrc = _O32_PtVisible(a, b, c); … … 7375 7375 { 7376 7376 BOOL yyrc; 7377 USHORT sel = GetFS();7377 USHORT sel = RestoreOS2FS(); 7378 7378 7379 7379 yyrc = _O32_PrintDlg(a); … … 7386 7386 { 7387 7387 BOOL yyrc; 7388 USHORT sel = GetFS();7388 USHORT sel = RestoreOS2FS(); 7389 7389 7390 7390 yyrc = _O32_PulseEvent(a); … … 7397 7397 { 7398 7398 BOOL yyrc; 7399 USHORT sel = GetFS();7399 USHORT sel = RestoreOS2FS(); 7400 7400 7401 7401 yyrc = _O32_ReadFile(a, b, c, d, e); … … 7408 7408 { 7409 7409 UINT yyrc; 7410 USHORT sel = GetFS();7410 USHORT sel = RestoreOS2FS(); 7411 7411 7412 7412 yyrc = _O32_RealizePalette(a); … … 7419 7419 { 7420 7420 BOOL yyrc; 7421 USHORT sel = GetFS();7421 USHORT sel = RestoreOS2FS(); 7422 7422 7423 7423 yyrc = _O32_RectInRegion(a, b); … … 7430 7430 { 7431 7431 BOOL yyrc; 7432 USHORT sel = GetFS();7432 USHORT sel = RestoreOS2FS(); 7433 7433 7434 7434 yyrc = _O32_RectVisible(a, b); … … 7441 7441 { 7442 7442 BOOL yyrc; 7443 USHORT sel = GetFS();7443 USHORT sel = RestoreOS2FS(); 7444 7444 7445 7445 yyrc = _O32_Rectangle(a, b, c, d, e); … … 7452 7452 { 7453 7453 BOOL yyrc; 7454 USHORT sel = GetFS();7454 USHORT sel = RestoreOS2FS(); 7455 7455 7456 7456 yyrc = _O32_RedrawWindow(a, b, c, d); … … 7463 7463 { 7464 7464 LONG yyrc; 7465 USHORT sel = GetFS();7465 USHORT sel = RestoreOS2FS(); 7466 7466 7467 7467 yyrc = _O32_RegCloseKey(a); … … 7474 7474 { 7475 7475 LONG yyrc; 7476 USHORT sel = GetFS();7476 USHORT sel = RestoreOS2FS(); 7477 7477 7478 7478 yyrc = _O32_RegCreateKey(a, b, c); … … 7485 7485 { 7486 7486 LONG yyrc; 7487 USHORT sel = GetFS();7487 USHORT sel = RestoreOS2FS(); 7488 7488 7489 7489 yyrc = _O32_RegCreateKeyEx(a, b, c, d, e, f, g, h, i); … … 7496 7496 { 7497 7497 LONG yyrc; 7498 USHORT sel = GetFS();7498 USHORT sel = RestoreOS2FS(); 7499 7499 7500 7500 yyrc = _O32_RegDeleteKey(a, b); … … 7507 7507 { 7508 7508 LONG yyrc; 7509 USHORT sel = GetFS();7509 USHORT sel = RestoreOS2FS(); 7510 7510 7511 7511 yyrc = _O32_RegDeleteValue(a, b); … … 7518 7518 { 7519 7519 LONG yyrc; 7520 USHORT sel = GetFS();7520 USHORT sel = RestoreOS2FS(); 7521 7521 7522 7522 yyrc = _O32_RegEnumKey(a, b, c, d); … … 7529 7529 { 7530 7530 LONG yyrc; 7531 USHORT sel = GetFS();7531 USHORT sel = RestoreOS2FS(); 7532 7532 7533 7533 yyrc = _O32_RegEnumKeyEx(a, b, c, d, e, f, g, h); … … 7540 7540 { 7541 7541 LONG yyrc; 7542 USHORT sel = GetFS();7542 USHORT sel = RestoreOS2FS(); 7543 7543 7544 7544 yyrc = _O32_RegEnumValue(a, b, c, d, e, f, g, h); … … 7551 7551 { 7552 7552 LONG yyrc; 7553 USHORT sel = GetFS();7553 USHORT sel = RestoreOS2FS(); 7554 7554 7555 7555 yyrc = _O32_RegOpenKey(a, b, c); … … 7562 7562 { 7563 7563 LONG yyrc; 7564 USHORT sel = GetFS();7564 USHORT sel = RestoreOS2FS(); 7565 7565 7566 7566 yyrc = _O32_RegOpenKeyEx(a, b, c, d, e); … … 7573 7573 { 7574 7574 LONG yyrc; 7575 USHORT sel = GetFS();7575 USHORT sel = RestoreOS2FS(); 7576 7576 7577 7577 yyrc = _O32_RegQueryInfoKey(a, b, c, d, e, f, g, h, i, j, k, l); … … 7584 7584 { 7585 7585 LONG yyrc; 7586 USHORT sel = GetFS();7586 USHORT sel = RestoreOS2FS(); 7587 7587 7588 7588 yyrc = _O32_RegQueryValue(a, b, c, d); … … 7595 7595 { 7596 7596 LONG yyrc; 7597 USHORT sel = GetFS();7597 USHORT sel = RestoreOS2FS(); 7598 7598 7599 7599 yyrc = _O32_RegQueryValueEx(a, b, c, d, e, f); … … 7606 7606 { 7607 7607 LONG yyrc; 7608 USHORT sel = GetFS();7608 USHORT sel = RestoreOS2FS(); 7609 7609 7610 7610 yyrc = _O32_RegSetValue(a, b, c, d, e); … … 7617 7617 { 7618 7618 LONG yyrc; 7619 USHORT sel = GetFS();7619 USHORT sel = RestoreOS2FS(); 7620 7620 7621 7621 yyrc = _O32_RegSetValueEx(a, b, c, d, e, f); … … 7628 7628 { 7629 7629 WORD yyrc; 7630 USHORT sel = GetFS();7630 USHORT sel = RestoreOS2FS(); 7631 7631 7632 7632 yyrc = _O32_RegisterClass(a); … … 7639 7639 { 7640 7640 UINT yyrc; 7641 USHORT sel = GetFS();7641 USHORT sel = RestoreOS2FS(); 7642 7642 7643 7643 yyrc = _O32_RegisterClipboardFormat(a); … … 7650 7650 { 7651 7651 UINT yyrc; 7652 USHORT sel = GetFS();7652 USHORT sel = RestoreOS2FS(); 7653 7653 7654 7654 yyrc = _O32_RegisterWindowMessage(a); … … 7661 7661 { 7662 7662 BOOL yyrc; 7663 USHORT sel = GetFS();7663 USHORT sel = RestoreOS2FS(); 7664 7664 7665 7665 yyrc = _O32_ReleaseCapture(); … … 7672 7672 { 7673 7673 int yyrc; 7674 USHORT sel = GetFS();7674 USHORT sel = RestoreOS2FS(); 7675 7675 7676 7676 yyrc = _O32_ReleaseDC(a, b); … … 7683 7683 { 7684 7684 BOOL yyrc; 7685 USHORT sel = GetFS();7685 USHORT sel = RestoreOS2FS(); 7686 7686 7687 7687 yyrc = _O32_ReleaseMutex(a); … … 7694 7694 { 7695 7695 BOOL yyrc; 7696 USHORT sel = GetFS();7696 USHORT sel = RestoreOS2FS(); 7697 7697 7698 7698 yyrc = _O32_ReleaseSemaphore(a, b, c); … … 7705 7705 { 7706 7706 BOOL yyrc; 7707 USHORT sel = GetFS();7707 USHORT sel = RestoreOS2FS(); 7708 7708 7709 7709 yyrc = _O32_RemoveDirectory(a); … … 7716 7716 { 7717 7717 BOOL yyrc; 7718 USHORT sel = GetFS();7718 USHORT sel = RestoreOS2FS(); 7719 7719 7720 7720 yyrc = _O32_RemoveFontResource(a); … … 7727 7727 { 7728 7728 BOOL yyrc; 7729 USHORT sel = GetFS();7729 USHORT sel = RestoreOS2FS(); 7730 7730 7731 7731 yyrc = _O32_RemoveMenu(a, b, c); … … 7738 7738 { 7739 7739 HANDLE yyrc; 7740 USHORT sel = GetFS();7740 USHORT sel = RestoreOS2FS(); 7741 7741 7742 7742 yyrc = _O32_RemoveProp(a, b); … … 7749 7749 { 7750 7750 HWND yyrc; 7751 USHORT sel = GetFS();7751 USHORT sel = RestoreOS2FS(); 7752 7752 7753 7753 yyrc = _O32_ReplaceText(a); … … 7760 7760 { 7761 7761 BOOL yyrc; 7762 USHORT sel = GetFS();7762 USHORT sel = RestoreOS2FS(); 7763 7763 7764 7764 yyrc = _O32_ReplyMessage(a); … … 7771 7771 { 7772 7772 BOOL yyrc; 7773 USHORT sel = GetFS();7773 USHORT sel = RestoreOS2FS(); 7774 7774 7775 7775 yyrc = _O32_ResetDC(a, b); … … 7782 7782 { 7783 7783 BOOL yyrc; 7784 USHORT sel = GetFS();7784 USHORT sel = RestoreOS2FS(); 7785 7785 7786 7786 yyrc = _O32_ResetEvent(a); … … 7793 7793 { 7794 7794 BOOL yyrc; 7795 USHORT sel = GetFS();7795 USHORT sel = RestoreOS2FS(); 7796 7796 7797 7797 yyrc = _O32_ResizePalette(a, b); … … 7804 7804 { 7805 7805 BOOL yyrc; 7806 USHORT sel = GetFS();7806 USHORT sel = RestoreOS2FS(); 7807 7807 7808 7808 yyrc = _O32_RestoreDC(a, b); … … 7815 7815 { 7816 7816 DWORD yyrc; 7817 USHORT sel = GetFS();7817 USHORT sel = RestoreOS2FS(); 7818 7818 7819 7819 yyrc = _O32_ResumeThread(a); … … 7826 7826 { 7827 7827 LONG yyrc; 7828 USHORT sel = GetFS();7828 USHORT sel = RestoreOS2FS(); 7829 7829 7830 7830 yyrc = _O32_ReuseDDElParam(a, b, c, d, e); … … 7837 7837 { 7838 7838 BOOL yyrc; 7839 USHORT sel = GetFS();7839 USHORT sel = RestoreOS2FS(); 7840 7840 7841 7841 yyrc = _O32_RoundRect(a, b, c, d, e, f, g); … … 7848 7848 { 7849 7849 int yyrc; 7850 USHORT sel = GetFS();7850 USHORT sel = RestoreOS2FS(); 7851 7851 7852 7852 yyrc = _O32_SaveDC(a); … … 7859 7859 { 7860 7860 BOOL yyrc; 7861 USHORT sel = GetFS();7861 USHORT sel = RestoreOS2FS(); 7862 7862 7863 7863 yyrc = _O32_ScaleViewportExtEx(a, b, c, d, e, f); … … 7870 7870 { 7871 7871 BOOL yyrc; 7872 USHORT sel = GetFS();7872 USHORT sel = RestoreOS2FS(); 7873 7873 7874 7874 yyrc = _O32_ScaleWindowExtEx(a, b, c, d, e, f); … … 7881 7881 { 7882 7882 BOOL yyrc; 7883 USHORT sel = GetFS();7883 USHORT sel = RestoreOS2FS(); 7884 7884 7885 7885 yyrc = _O32_ScreenToClient(a, b); … … 7892 7892 { 7893 7893 BOOL yyrc; 7894 USHORT sel = GetFS();7894 USHORT sel = RestoreOS2FS(); 7895 7895 7896 7896 yyrc = _O32_ScrollDC(a, b, c, d, e, f, g); … … 7903 7903 { 7904 7904 BOOL yyrc; 7905 USHORT sel = GetFS();7905 USHORT sel = RestoreOS2FS(); 7906 7906 7907 7907 yyrc = _O32_ScrollWindow(a, b, c, d, e); … … 7914 7914 { 7915 7915 BOOL yyrc; 7916 USHORT sel = GetFS();7916 USHORT sel = RestoreOS2FS(); 7917 7917 7918 7918 yyrc = _O32_ScrollWindowEx(a, b, c, d, e, f, g, h); … … 7925 7925 { 7926 7926 DWORD yyrc; 7927 USHORT sel = GetFS();7927 USHORT sel = RestoreOS2FS(); 7928 7928 7929 7929 yyrc = _O32_SearchPath(a, b, c, d, e, f); … … 7936 7936 { 7937 7937 int yyrc; 7938 USHORT sel = GetFS();7938 USHORT sel = RestoreOS2FS(); 7939 7939 7940 7940 yyrc = _O32_SelectClipRgn(a, b); … … 7947 7947 { 7948 7948 HGDIOBJ yyrc; 7949 USHORT sel = GetFS();7949 USHORT sel = RestoreOS2FS(); 7950 7950 7951 7951 yyrc = _O32_SelectObject(a, b); … … 7958 7958 { 7959 7959 HPALETTE yyrc; 7960 USHORT sel = GetFS();7960 USHORT sel = RestoreOS2FS(); 7961 7961 7962 7962 yyrc = _O32_SelectPalette(a, b, c); … … 7969 7969 { 7970 7970 LONG yyrc; 7971 USHORT sel = GetFS();7971 USHORT sel = RestoreOS2FS(); 7972 7972 7973 7973 yyrc = _O32_SendDlgItemMessage(a, b, c, d, e); … … 7980 7980 { 7981 7981 LRESULT yyrc; 7982 USHORT sel = GetFS();7982 USHORT sel = RestoreOS2FS(); 7983 7983 7984 7984 yyrc = _O32_SendMessage(a, b, c, d); … … 7991 7991 { 7992 7992 HWND yyrc; 7993 USHORT sel = GetFS();7993 USHORT sel = RestoreOS2FS(); 7994 7994 7995 7995 yyrc = _O32_SetActiveWindow(a); … … 8002 8002 { 8003 8003 int yyrc; 8004 USHORT sel = GetFS();8004 USHORT sel = RestoreOS2FS(); 8005 8005 8006 8006 yyrc = _O32_SetArcDirection(a, b); … … 8013 8013 { 8014 8014 LONG yyrc; 8015 USHORT sel = GetFS();8015 USHORT sel = RestoreOS2FS(); 8016 8016 8017 8017 yyrc = _O32_SetBitmapBits(a, b, c); … … 8024 8024 { 8025 8025 BOOL yyrc; 8026 USHORT sel = GetFS();8026 USHORT sel = RestoreOS2FS(); 8027 8027 8028 8028 yyrc = _O32_SetBitmapDimensionEx(a, b, c, d); … … 8035 8035 { 8036 8036 COLORREF yyrc; 8037 USHORT sel = GetFS();8037 USHORT sel = RestoreOS2FS(); 8038 8038 8039 8039 yyrc = _O32_SetBkColor(a, b); … … 8046 8046 { 8047 8047 int yyrc; 8048 USHORT sel = GetFS();8048 USHORT sel = RestoreOS2FS(); 8049 8049 8050 8050 yyrc = _O32_SetBkMode(a, b); … … 8057 8057 { 8058 8058 LONG yyrc; 8059 USHORT sel = GetFS();8059 USHORT sel = RestoreOS2FS(); 8060 8060 8061 8061 yyrc = _O32_SetBoundsRect(a, b, c); … … 8068 8068 { 8069 8069 BOOL yyrc; 8070 USHORT sel = GetFS();8070 USHORT sel = RestoreOS2FS(); 8071 8071 8072 8072 yyrc = _O32_SetBrushOrgEx(a, b, c, d); … … 8079 8079 { 8080 8080 HWND yyrc; 8081 USHORT sel = GetFS();8081 USHORT sel = RestoreOS2FS(); 8082 8082 8083 8083 yyrc = _O32_SetCapture(a); … … 8090 8090 { 8091 8091 BOOL yyrc; 8092 USHORT sel = GetFS();8092 USHORT sel = RestoreOS2FS(); 8093 8093 8094 8094 yyrc = _O32_SetCaretBlinkTime(a); … … 8101 8101 { 8102 8102 BOOL yyrc; 8103 USHORT sel = GetFS();8103 USHORT sel = RestoreOS2FS(); 8104 8104 8105 8105 yyrc = _O32_SetCaretPos(a, b); … … 8112 8112 { 8113 8113 DWORD yyrc; 8114 USHORT sel = GetFS();8114 USHORT sel = RestoreOS2FS(); 8115 8115 8116 8116 yyrc = _O32_SetClassLong(a, b, c); … … 8123 8123 { 8124 8124 WORD yyrc; 8125 USHORT sel = GetFS();8125 USHORT sel = RestoreOS2FS(); 8126 8126 8127 8127 yyrc = _O32_SetClassWord(a, b, c); … … 8134 8134 { 8135 8135 HANDLE yyrc; 8136 USHORT sel = GetFS();8136 USHORT sel = RestoreOS2FS(); 8137 8137 8138 8138 yyrc = _O32_SetClipboardData(a, b); … … 8145 8145 { 8146 8146 HWND yyrc; 8147 USHORT sel = GetFS();8147 USHORT sel = RestoreOS2FS(); 8148 8148 8149 8149 yyrc = _O32_SetClipboardViewer(a); … … 8156 8156 { 8157 8157 BOOL yyrc; 8158 USHORT sel = GetFS();8158 USHORT sel = RestoreOS2FS(); 8159 8159 8160 8160 yyrc = _O32_SetCurrentDirectory(a); … … 8167 8167 { 8168 8168 HCURSOR yyrc; 8169 USHORT sel = GetFS();8169 USHORT sel = RestoreOS2FS(); 8170 8170 8171 8171 yyrc = _O32_SetCursor(a); … … 8178 8178 { 8179 8179 BOOL yyrc; 8180 USHORT sel = GetFS();8180 USHORT sel = RestoreOS2FS(); 8181 8181 8182 8182 yyrc = _O32_SetCursorPos(a, b); … … 8189 8189 { 8190 8190 int yyrc; 8191 USHORT sel = GetFS();8191 USHORT sel = RestoreOS2FS(); 8192 8192 8193 8193 yyrc = _O32_SetDIBits(a, b, c, d, e, f, g); … … 8200 8200 { 8201 8201 int yyrc; 8202 USHORT sel = GetFS();8202 USHORT sel = RestoreOS2FS(); 8203 8203 8204 8204 yyrc = _O32_SetDIBitsToDevice(a, b, c, d, e, f, g, h, i, j, k, l); … … 8211 8211 { 8212 8212 BOOL yyrc; 8213 USHORT sel = GetFS();8213 USHORT sel = RestoreOS2FS(); 8214 8214 8215 8215 yyrc = _O32_SetDlgItemInt(a, b, c, d); … … 8222 8222 { 8223 8223 BOOL yyrc; 8224 USHORT sel = GetFS();8224 USHORT sel = RestoreOS2FS(); 8225 8225 8226 8226 yyrc = _O32_SetDlgItemText(a, b, c); … … 8233 8233 { 8234 8234 BOOL yyrc; 8235 USHORT sel = GetFS();8235 USHORT sel = RestoreOS2FS(); 8236 8236 8237 8237 yyrc = _O32_SetDoubleClickTime(a); … … 8244 8244 { 8245 8245 BOOL yyrc; 8246 USHORT sel = GetFS();8246 USHORT sel = RestoreOS2FS(); 8247 8247 8248 8248 yyrc = _O32_SetEndOfFile(a); … … 8255 8255 { 8256 8256 HENHMETAFILE yyrc; 8257 USHORT sel = GetFS();8257 USHORT sel = RestoreOS2FS(); 8258 8258 8259 8259 yyrc = _O32_SetEnhMetaFileBits(a, b); … … 8266 8266 { 8267 8267 BOOL yyrc; 8268 USHORT sel = GetFS();8268 USHORT sel = RestoreOS2FS(); 8269 8269 8270 8270 yyrc = _O32_SetEnvironmentVariable(a, b); … … 8277 8277 { 8278 8278 BOOL yyrc; 8279 USHORT sel = GetFS();8279 USHORT sel = RestoreOS2FS(); 8280 8280 8281 8281 yyrc = _O32_SetEvent(a); … … 8288 8288 { 8289 8289 BOOL yyrc; 8290 USHORT sel = GetFS();8290 USHORT sel = RestoreOS2FS(); 8291 8291 8292 8292 yyrc = _O32_SetFileAttributes(a, b); … … 8299 8299 { 8300 8300 DWORD yyrc; 8301 USHORT sel = GetFS();8301 USHORT sel = RestoreOS2FS(); 8302 8302 8303 8303 yyrc = _O32_SetFilePointer(a, b, c, d); … … 8310 8310 { 8311 8311 BOOL yyrc; 8312 USHORT sel = GetFS();8312 USHORT sel = RestoreOS2FS(); 8313 8313 8314 8314 yyrc = _O32_SetFileTime(a, b, c, d); … … 8321 8321 { 8322 8322 HWND yyrc; 8323 USHORT sel = GetFS();8323 USHORT sel = RestoreOS2FS(); 8324 8324 8325 8325 yyrc = _O32_SetFocus(a); … … 8332 8332 { 8333 8333 BOOL yyrc; 8334 USHORT sel = GetFS();8334 USHORT sel = RestoreOS2FS(); 8335 8335 8336 8336 yyrc = _O32_SetForegroundWindow(a); … … 8343 8343 { 8344 8344 int yyrc; 8345 USHORT sel = GetFS();8345 USHORT sel = RestoreOS2FS(); 8346 8346 8347 8347 yyrc = _O32_SetGraphicsMode(a, b); … … 8354 8354 { 8355 8355 UINT yyrc; 8356 USHORT sel = GetFS();8356 USHORT sel = RestoreOS2FS(); 8357 8357 8358 8358 yyrc = _O32_SetHandleCount(a); … … 8364 8364 inline VOID O32_SetLastError(DWORD a) 8365 8365 { 8366 USHORT sel = GetFS();8366 USHORT sel = RestoreOS2FS(); 8367 8367 8368 8368 _O32_SetLastError(a); … … 8373 8373 { 8374 8374 BOOL yyrc; 8375 USHORT sel = GetFS();8375 USHORT sel = RestoreOS2FS(); 8376 8376 8377 8377 yyrc = _O32_SetLocalTime(a); … … 8384 8384 { 8385 8385 int yyrc; 8386 USHORT sel = GetFS();8386 USHORT sel = RestoreOS2FS(); 8387 8387 8388 8388 yyrc = _O32_SetMapMode(a, b); … … 8395 8395 { 8396 8396 DWORD yyrc; 8397 USHORT sel = GetFS();8397 USHORT sel = RestoreOS2FS(); 8398 8398 8399 8399 yyrc = _O32_SetMapperFlags(a, b); … … 8406 8406 { 8407 8407 BOOL yyrc; 8408 USHORT sel = GetFS();8408 USHORT sel = RestoreOS2FS(); 8409 8409 8410 8410 yyrc = _O32_SetMenu(a, b); … … 8417 8417 { 8418 8418 BOOL yyrc; 8419 USHORT sel = GetFS();8419 USHORT sel = RestoreOS2FS(); 8420 8420 8421 8421 yyrc = _O32_SetMenuItemBitmaps(a, b, c, d, e); … … 8428 8428 { 8429 8429 HMETAFILE yyrc; 8430 USHORT sel = GetFS();8430 USHORT sel = RestoreOS2FS(); 8431 8431 8432 8432 yyrc = _O32_SetMetaFileBitsEx(a, b); … … 8439 8439 { 8440 8440 BOOL yyrc; 8441 USHORT sel = GetFS();8441 USHORT sel = RestoreOS2FS(); 8442 8442 8443 8443 yyrc = _O32_SetMiterLimit(a, b, c); … … 8450 8450 { 8451 8451 UINT yyrc; 8452 USHORT sel = GetFS();8452 USHORT sel = RestoreOS2FS(); 8453 8453 8454 8454 yyrc = _O32_SetPaletteEntries(a, b, c, d); … … 8461 8461 { 8462 8462 HWND yyrc; 8463 USHORT sel = GetFS();8463 USHORT sel = RestoreOS2FS(); 8464 8464 8465 8465 yyrc = _O32_SetParent(a, b); … … 8472 8472 { 8473 8473 COLORREF yyrc; 8474 USHORT sel = GetFS();8474 USHORT sel = RestoreOS2FS(); 8475 8475 8476 8476 yyrc = _O32_SetPixel(a, b, c, d); … … 8483 8483 { 8484 8484 int yyrc; 8485 USHORT sel = GetFS();8485 USHORT sel = RestoreOS2FS(); 8486 8486 8487 8487 yyrc = _O32_SetPolyFillMode(a, b); … … 8494 8494 { 8495 8495 BOOL yyrc; 8496 USHORT sel = GetFS();8496 USHORT sel = RestoreOS2FS(); 8497 8497 8498 8498 yyrc = _O32_SetPriorityClass(a, b); … … 8505 8505 { 8506 8506 BOOL yyrc; 8507 USHORT sel = GetFS();8507 USHORT sel = RestoreOS2FS(); 8508 8508 8509 8509 yyrc = _O32_SetProp(a, b, c); … … 8516 8516 { 8517 8517 BOOL yyrc; 8518 USHORT sel = GetFS();8518 USHORT sel = RestoreOS2FS(); 8519 8519 8520 8520 yyrc = _O32_SetRect(a, b, c, d, e); … … 8527 8527 { 8528 8528 BOOL yyrc; 8529 USHORT sel = GetFS();8529 USHORT sel = RestoreOS2FS(); 8530 8530 8531 8531 yyrc = _O32_SetRectEmpty(a); … … 8538 8538 { 8539 8539 BOOL yyrc; 8540 USHORT sel = GetFS();8540 USHORT sel = RestoreOS2FS(); 8541 8541 8542 8542 yyrc = _O32_SetRectRgn(a, b, c, d, e); … … 8549 8549 { 8550 8550 int yyrc; 8551 USHORT sel = GetFS();8551 USHORT sel = RestoreOS2FS(); 8552 8552 8553 8553 yyrc = _O32_SetROP2(a, b); … … 8560 8560 { 8561 8561 int yyrc; 8562 USHORT sel = GetFS();8562 USHORT sel = RestoreOS2FS(); 8563 8563 8564 8564 yyrc = _O32_SetScrollPos(a, b, c, d); … … 8571 8571 { 8572 8572 BOOL yyrc; 8573 USHORT sel = GetFS();8573 USHORT sel = RestoreOS2FS(); 8574 8574 8575 8575 yyrc = _O32_SetScrollRange(a, b, c, d, e); … … 8582 8582 { 8583 8583 BOOL yyrc; 8584 USHORT sel = GetFS();8584 USHORT sel = RestoreOS2FS(); 8585 8585 8586 8586 yyrc = _O32_SetStdHandle(a, b); … … 8593 8593 { 8594 8594 int yyrc; 8595 USHORT sel = GetFS();8595 USHORT sel = RestoreOS2FS(); 8596 8596 8597 8597 yyrc = _O32_SetStretchBltMode(a, b); … … 8604 8604 { 8605 8605 UINT yyrc; 8606 USHORT sel = GetFS();8606 USHORT sel = RestoreOS2FS(); 8607 8607 8608 8608 yyrc = _O32_SetSysColors(a, b, c); … … 8615 8615 { 8616 8616 BOOL yyrc; 8617 USHORT sel = GetFS();8617 USHORT sel = RestoreOS2FS(); 8618 8618 8619 8619 yyrc = _O32_SetSystemTime(a); … … 8626 8626 { 8627 8627 BOOL yyrc; 8628 USHORT sel = GetFS();8628 USHORT sel = RestoreOS2FS(); 8629 8629 8630 8630 yyrc = _O32_SetTimeZoneInformation(a); … … 8637 8637 { 8638 8638 UINT yyrc; 8639 USHORT sel = GetFS();8639 USHORT sel = RestoreOS2FS(); 8640 8640 8641 8641 yyrc = _O32_SetTextAlign(a, b); … … 8648 8648 { 8649 8649 int yyrc; 8650 USHORT sel = GetFS();8650 USHORT sel = RestoreOS2FS(); 8651 8651 8652 8652 yyrc = _O32_SetTextCharacterExtra(a, b); … … 8659 8659 { 8660 8660 COLORREF yyrc; 8661 USHORT sel = GetFS();8661 USHORT sel = RestoreOS2FS(); 8662 8662 8663 8663 yyrc = _O32_SetTextColor(a, b); … … 8670 8670 { 8671 8671 BOOL yyrc; 8672 USHORT sel = GetFS();8672 USHORT sel = RestoreOS2FS(); 8673 8673 8674 8674 yyrc = _O32_SetTextJustification(a, b, c); … … 8681 8681 { 8682 8682 BOOL yyrc; 8683 USHORT sel = GetFS();8683 USHORT sel = RestoreOS2FS(); 8684 8684 8685 8685 yyrc = _O32_SetThreadPriority(a, b); … … 8692 8692 { 8693 8693 UINT yyrc; 8694 USHORT sel = GetFS();8694 USHORT sel = RestoreOS2FS(); 8695 8695 8696 8696 yyrc = _O32_SetTimer(a, b, c, d); … … 8703 8703 { 8704 8704 BOOL yyrc; 8705 USHORT sel = GetFS();8705 USHORT sel = RestoreOS2FS(); 8706 8706 8707 8707 yyrc = _O32_SetViewportExtEx(a, b, c, d); … … 8714 8714 { 8715 8715 BOOL yyrc; 8716 USHORT sel = GetFS();8716 USHORT sel = RestoreOS2FS(); 8717 8717 8718 8718 yyrc = _O32_SetViewportOrgEx(a, b, c, d); … … 8725 8725 { 8726 8726 BOOL yyrc; 8727 USHORT sel = GetFS();8727 USHORT sel = RestoreOS2FS(); 8728 8728 8729 8729 yyrc = _O32_SetVolumeLabel(a, b); … … 8736 8736 { 8737 8737 BOOL yyrc; 8738 USHORT sel = GetFS();8738 USHORT sel = RestoreOS2FS(); 8739 8739 8740 8740 yyrc = _O32_SetWindowExtEx(a, b, c, d); … … 8747 8747 { 8748 8748 LONG yyrc; 8749 USHORT sel = GetFS();8749 USHORT sel = RestoreOS2FS(); 8750 8750 8751 8751 yyrc = _O32_SetWindowLong(a, b, c); … … 8758 8758 { 8759 8759 BOOL yyrc; 8760 USHORT sel = GetFS();8760 USHORT sel = RestoreOS2FS(); 8761 8761 8762 8762 yyrc = _O32_SetWindowOrgEx(a, b, c, d); … … 8769 8769 { 8770 8770 BOOL yyrc; 8771 USHORT sel = GetFS();8771 USHORT sel = RestoreOS2FS(); 8772 8772 8773 8773 yyrc = _O32_SetWindowPlacement(a, b); … … 8780 8780 { 8781 8781 BOOL yyrc; 8782 USHORT sel = GetFS();8782 USHORT sel = RestoreOS2FS(); 8783 8783 8784 8784 yyrc = _O32_SetWindowPos(a, b, c, d, e, f, g); … … 8791 8791 { 8792 8792 HHOOK yyrc; 8793 USHORT sel = GetFS();8793 USHORT sel = RestoreOS2FS(); 8794 8794 8795 8795 yyrc = _O32_SetWindowsHookEx(a, b, c, d); … … 8802 8802 { 8803 8803 BOOL yyrc; 8804 USHORT sel = GetFS();8804 USHORT sel = RestoreOS2FS(); 8805 8805 8806 8806 yyrc = _O32_SetWindowText(a, b); … … 8813 8813 { 8814 8814 WORD yyrc; 8815 USHORT sel = GetFS();8815 USHORT sel = RestoreOS2FS(); 8816 8816 8817 8817 yyrc = _O32_SetWindowWord(a, b, c); … … 8824 8824 { 8825 8825 HENHMETAFILE yyrc; 8826 USHORT sel = GetFS();8826 USHORT sel = RestoreOS2FS(); 8827 8827 8828 8828 yyrc = _O32_SetWinMetaFileBits(a, b, c, d); … … 8835 8835 { 8836 8836 BOOL yyrc; 8837 USHORT sel = GetFS();8837 USHORT sel = RestoreOS2FS(); 8838 8838 8839 8839 yyrc = _O32_SetWorldTransform(a, b); … … 8846 8846 { 8847 8847 BOOL yyrc; 8848 USHORT sel = GetFS();8848 USHORT sel = RestoreOS2FS(); 8849 8849 8850 8850 yyrc = _O32_ShowCaret(a); … … 8857 8857 { 8858 8858 int yyrc; 8859 USHORT sel = GetFS();8859 USHORT sel = RestoreOS2FS(); 8860 8860 8861 8861 yyrc = _O32_ShowCursor(a); … … 8868 8868 { 8869 8869 BOOL yyrc; 8870 USHORT sel = GetFS();8870 USHORT sel = RestoreOS2FS(); 8871 8871 8872 8872 yyrc = _O32_ShowOwnedPopups(a, b); … … 8879 8879 { 8880 8880 BOOL yyrc; 8881 USHORT sel = GetFS();8881 USHORT sel = RestoreOS2FS(); 8882 8882 8883 8883 yyrc = _O32_ShowScrollBar(a, b, c); … … 8890 8890 { 8891 8891 BOOL yyrc; 8892 USHORT sel = GetFS();8892 USHORT sel = RestoreOS2FS(); 8893 8893 8894 8894 yyrc = _O32_ShowWindow(a, b); … … 8901 8901 { 8902 8902 DWORD yyrc; 8903 USHORT sel = GetFS();8903 USHORT sel = RestoreOS2FS(); 8904 8904 8905 8905 yyrc = _O32_SizeofResource(a, b); … … 8911 8911 inline VOID O32_Sleep(DWORD a) 8912 8912 { 8913 USHORT sel = GetFS();8913 USHORT sel = RestoreOS2FS(); 8914 8914 8915 8915 _O32_Sleep(a); … … 8920 8920 { 8921 8921 int yyrc; 8922 USHORT sel = GetFS();8922 USHORT sel = RestoreOS2FS(); 8923 8923 8924 8924 yyrc = _O32_StartDoc(a, b); … … 8931 8931 { 8932 8932 int yyrc; 8933 USHORT sel = GetFS();8933 USHORT sel = RestoreOS2FS(); 8934 8934 8935 8935 yyrc = _O32_StartPage(a); … … 8942 8942 { 8943 8943 int yyrc; 8944 USHORT sel = GetFS();8944 USHORT sel = RestoreOS2FS(); 8945 8945 8946 8946 yyrc = _O32_StretchDIBits(a, b, c, d, e, f, g, h, i, j, k, l, m); … … 8953 8953 { 8954 8954 BOOL yyrc; 8955 USHORT sel = GetFS();8955 USHORT sel = RestoreOS2FS(); 8956 8956 8957 8957 yyrc = _O32_StretchBlt(a, b, c, d, e, f, g, h, i, j, k); … … 8964 8964 { 8965 8965 BOOL yyrc; 8966 USHORT sel = GetFS();8966 USHORT sel = RestoreOS2FS(); 8967 8967 8968 8968 yyrc = _O32_StrokeAndFillPath(a); … … 8975 8975 { 8976 8976 BOOL yyrc; 8977 USHORT sel = GetFS();8977 USHORT sel = RestoreOS2FS(); 8978 8978 8979 8979 yyrc = _O32_StrokePath(a); … … 8986 8986 { 8987 8987 BOOL yyrc; 8988 USHORT sel = GetFS();8988 USHORT sel = RestoreOS2FS(); 8989 8989 8990 8990 yyrc = _O32_SubtractRect(a, b, c); … … 8997 8997 { 8998 8998 DWORD yyrc; 8999 USHORT sel = GetFS();8999 USHORT sel = RestoreOS2FS(); 9000 9000 9001 9001 yyrc = _O32_SuspendThread(a); … … 9008 9008 { 9009 9009 BOOL yyrc; 9010 USHORT sel = GetFS();9010 USHORT sel = RestoreOS2FS(); 9011 9011 9012 9012 yyrc = _O32_SwapMouseButton(a); … … 9019 9019 { 9020 9020 UINT yyrc; 9021 USHORT sel = GetFS();9021 USHORT sel = RestoreOS2FS(); 9022 9022 9023 9023 yyrc = _O32_SystemParametersInfo(a, b, c, d); … … 9030 9030 { 9031 9031 BOOL yyrc; 9032 USHORT sel = GetFS();9032 USHORT sel = RestoreOS2FS(); 9033 9033 9034 9034 yyrc = _O32_SystemTimeToFileTime(a, b); … … 9041 9041 { 9042 9042 BOOL yyrc; 9043 USHORT sel = GetFS();9043 USHORT sel = RestoreOS2FS(); 9044 9044 9045 9045 yyrc = _O32_SystemTimeToTzSpecificLocalTime(a, b, c); … … 9052 9052 { 9053 9053 LONG yyrc; 9054 USHORT sel = GetFS();9054 USHORT sel = RestoreOS2FS(); 9055 9055 9056 9056 yyrc = _O32_TabbedTextOut(a, b, c, d, e, f, g, h); … … 9063 9063 { 9064 9064 BOOL yyrc; 9065 USHORT sel = GetFS();9065 USHORT sel = RestoreOS2FS(); 9066 9066 9067 9067 yyrc = _O32_TerminateProcess(a, b); … … 9074 9074 { 9075 9075 BOOL yyrc; 9076 USHORT sel = GetFS();9076 USHORT sel = RestoreOS2FS(); 9077 9077 9078 9078 yyrc = _O32_TerminateThread(a, b); … … 9085 9085 { 9086 9086 BOOL yyrc; 9087 USHORT sel = GetFS();9087 USHORT sel = RestoreOS2FS(); 9088 9088 9089 9089 yyrc = _O32_TextOut(a, b, c, d, e); … … 9096 9096 { 9097 9097 DWORD yyrc; 9098 USHORT sel = GetFS();9098 USHORT sel = RestoreOS2FS(); 9099 9099 9100 9100 yyrc = _O32_TlsAlloc(); … … 9107 9107 { 9108 9108 BOOL yyrc; 9109 USHORT sel = GetFS();9109 USHORT sel = RestoreOS2FS(); 9110 9110 9111 9111 yyrc = _O32_TlsFree(a); … … 9118 9118 { 9119 9119 PVOID yyrc; 9120 USHORT sel = GetFS();9120 USHORT sel = RestoreOS2FS(); 9121 9121 9122 9122 yyrc = _O32_TlsGetValue(a); … … 9129 9129 { 9130 9130 BOOL yyrc; 9131 USHORT sel = GetFS();9131 USHORT sel = RestoreOS2FS(); 9132 9132 9133 9133 yyrc = _O32_TlsSetValue(a, b); … … 9140 9140 { 9141 9141 BOOL yyrc; 9142 USHORT sel = GetFS();9142 USHORT sel = RestoreOS2FS(); 9143 9143 9144 9144 yyrc = _O32_TrackPopupMenu(a, b, c, d, e, f, g); … … 9151 9151 { 9152 9152 int yyrc; 9153 USHORT sel = GetFS();9153 USHORT sel = RestoreOS2FS(); 9154 9154 9155 9155 yyrc = _O32_TranslateAccelerator(a, b, c); … … 9162 9162 { 9163 9163 BOOL yyrc; 9164 USHORT sel = GetFS();9164 USHORT sel = RestoreOS2FS(); 9165 9165 9166 9166 yyrc = _O32_TranslateMDISysAccel(a, b); … … 9173 9173 { 9174 9174 BOOL yyrc; 9175 USHORT sel = GetFS();9175 USHORT sel = RestoreOS2FS(); 9176 9176 9177 9177 yyrc = _O32_TranslateMessage(a); … … 9184 9184 { 9185 9185 BOOL yyrc; 9186 USHORT sel = GetFS();9186 USHORT sel = RestoreOS2FS(); 9187 9187 9188 9188 yyrc = _O32_UnhookWindowsHookEx(a); … … 9195 9195 { 9196 9196 BOOL yyrc; 9197 USHORT sel = GetFS();9197 USHORT sel = RestoreOS2FS(); 9198 9198 9199 9199 yyrc = _O32_UnionRect(a, b, c); … … 9206 9206 { 9207 9207 BOOL yyrc; 9208 USHORT sel = GetFS();9208 USHORT sel = RestoreOS2FS(); 9209 9209 9210 9210 yyrc = _O32_UnlockFile(a, b, c, d, e); … … 9217 9217 { 9218 9218 BOOL yyrc; 9219 USHORT sel = GetFS();9219 USHORT sel = RestoreOS2FS(); 9220 9220 9221 9221 yyrc = _O32_UnpackDDElParam(a, b, c, d); … … 9228 9228 { 9229 9229 BOOL yyrc; 9230 USHORT sel = GetFS();9230 USHORT sel = RestoreOS2FS(); 9231 9231 9232 9232 yyrc = _O32_UnrealizeObject(a); … … 9239 9239 { 9240 9240 BOOL yyrc; 9241 USHORT sel = GetFS();9241 USHORT sel = RestoreOS2FS(); 9242 9242 9243 9243 yyrc = _O32_UnregisterClass(a, b); … … 9250 9250 { 9251 9251 BOOL yyrc; 9252 USHORT sel = GetFS();9252 USHORT sel = RestoreOS2FS(); 9253 9253 9254 9254 yyrc = _O32_UpdateWindow(a); … … 9261 9261 { 9262 9262 BOOL yyrc; 9263 USHORT sel = GetFS();9263 USHORT sel = RestoreOS2FS(); 9264 9264 9265 9265 yyrc = _O32_ValidateRect(a, b); … … 9272 9272 { 9273 9273 BOOL yyrc; 9274 USHORT sel = GetFS();9274 USHORT sel = RestoreOS2FS(); 9275 9275 9276 9276 yyrc = _O32_ValidateRgn(a, b); … … 9283 9283 { 9284 9284 SHORT yyrc; 9285 USHORT sel = GetFS();9285 USHORT sel = RestoreOS2FS(); 9286 9286 9287 9287 yyrc = _O32_VkKeyScan(a); … … 9294 9294 { 9295 9295 DWORD yyrc; 9296 USHORT sel = GetFS();9296 USHORT sel = RestoreOS2FS(); 9297 9297 9298 9298 yyrc = _O32_WaitForMultipleObjects(a, b, c, d); … … 9305 9305 { 9306 9306 DWORD yyrc; 9307 USHORT sel = GetFS();9307 USHORT sel = RestoreOS2FS(); 9308 9308 9309 9309 yyrc = _O32_WaitForSingleObject(a, b); … … 9316 9316 { 9317 9317 BOOL yyrc; 9318 USHORT sel = GetFS();9318 USHORT sel = RestoreOS2FS(); 9319 9319 9320 9320 yyrc = _O32_WaitMessage(); … … 9327 9327 { 9328 9328 BOOL yyrc; 9329 USHORT sel = GetFS();9329 USHORT sel = RestoreOS2FS(); 9330 9330 9331 9331 yyrc = _O32_WidenPath(a); … … 9338 9338 { 9339 9339 UINT yyrc; 9340 USHORT sel = GetFS();9340 USHORT sel = RestoreOS2FS(); 9341 9341 9342 9342 yyrc = _O32_WinExec(a, b); … … 9349 9349 { 9350 9350 BOOL yyrc; 9351 USHORT sel = GetFS();9351 USHORT sel = RestoreOS2FS(); 9352 9352 9353 9353 yyrc = _O32_WinHelp(a, b, c, d); … … 9360 9360 { 9361 9361 HWND yyrc; 9362 USHORT sel = GetFS();9362 USHORT sel = RestoreOS2FS(); 9363 9363 9364 9364 yyrc = _O32_WindowFromPoint(a); … … 9371 9371 { 9372 9372 HWND yyrc; 9373 USHORT sel = GetFS();9373 USHORT sel = RestoreOS2FS(); 9374 9374 9375 9375 yyrc = _O32_WindowFromDC(a); … … 9382 9382 { 9383 9383 BOOL yyrc; 9384 USHORT sel = GetFS();9384 USHORT sel = RestoreOS2FS(); 9385 9385 9386 9386 yyrc = _O32_WriteFile(a, b, c, d, e); … … 9393 9393 { 9394 9394 BOOL yyrc; 9395 USHORT sel = GetFS();9395 USHORT sel = RestoreOS2FS(); 9396 9396 9397 9397 yyrc = _O32_WritePrivateProfileString(a, b, c, d); … … 9404 9404 { 9405 9405 BOOL yyrc; 9406 USHORT sel = GetFS();9406 USHORT sel = RestoreOS2FS(); 9407 9407 9408 9408 yyrc = _O32_WriteProfileString(a, b, c); … … 9414 9414 inline VOID O32_ZeroMemory(PVOID a, DWORD b) 9415 9415 { 9416 USHORT sel = GetFS();9416 USHORT sel = RestoreOS2FS(); 9417 9417 9418 9418 _O32_ZeroMemory(a, b); … … 9423 9423 { 9424 9424 HFILE yyrc; 9425 USHORT sel = GetFS();9425 USHORT sel = RestoreOS2FS(); 9426 9426 9427 9427 yyrc = _O32__lclose(a); … … 9434 9434 { 9435 9435 HFILE yyrc; 9436 USHORT sel = GetFS();9436 USHORT sel = RestoreOS2FS(); 9437 9437 9438 9438 yyrc = _O32__lcreat(a, b); … … 9445 9445 { 9446 9446 HFILE yyrc; 9447 USHORT sel = GetFS();9447 USHORT sel = RestoreOS2FS(); 9448 9448 9449 9449 yyrc = _O32__lopen(a, b); … … 9456 9456 { 9457 9457 UINT yyrc; 9458 USHORT sel = GetFS();9458 USHORT sel = RestoreOS2FS(); 9459 9459 9460 9460 yyrc = _O32__lread(a, b, c); … … 9467 9467 { 9468 9468 LONG yyrc; 9469 USHORT sel = GetFS();9469 USHORT sel = RestoreOS2FS(); 9470 9470 9471 9471 yyrc = _O32__llseek(a, b, c); … … 9478 9478 { 9479 9479 UINT yyrc; 9480 USHORT sel = GetFS();9480 USHORT sel = RestoreOS2FS(); 9481 9481 9482 9482 yyrc = _O32__lwrite(a, b, c); … … 9489 9489 { 9490 9490 DWORD yyrc; 9491 USHORT sel = GetFS();9491 USHORT sel = RestoreOS2FS(); 9492 9492 9493 9493 yyrc = _O32_timeGetSystemTime(a, b); … … 9500 9500 { 9501 9501 DWORD yyrc; 9502 USHORT sel = GetFS();9502 USHORT sel = RestoreOS2FS(); 9503 9503 9504 9504 yyrc = _O32_timeGetTime(); … … 9511 9511 { 9512 9512 int yyrc; 9513 USHORT sel = GetFS();9513 USHORT sel = RestoreOS2FS(); 9514 9514 9515 9515 yyrc = _O32_wvsprintf(a, b, c); … … 9522 9522 { 9523 9523 LPSTR yyrc; 9524 USHORT sel = GetFS();9524 USHORT sel = RestoreOS2FS(); 9525 9525 9526 9526 yyrc = _O32_CharNext(a); … … 9533 9533 { 9534 9534 LPSTR yyrc; 9535 USHORT sel = GetFS();9535 USHORT sel = RestoreOS2FS(); 9536 9536 9537 9537 yyrc = _O32_CharPrev(a, b); … … 9544 9544 { 9545 9545 HWND yyrc; 9546 USHORT sel = GetFS();9546 USHORT sel = RestoreOS2FS(); 9547 9547 9548 9548 yyrc = _O32_GetDesktopWindow(); … … 9555 9555 { 9556 9556 BOOL yyrc; 9557 USHORT sel = GetFS();9557 USHORT sel = RestoreOS2FS(); 9558 9558 9559 9559 yyrc = _O32_CharToOem(a, b); … … 9566 9566 { 9567 9567 BOOL yyrc; 9568 USHORT sel = GetFS();9568 USHORT sel = RestoreOS2FS(); 9569 9569 9570 9570 yyrc = _O32_OemToChar(a, b); … … 9577 9577 { 9578 9578 BOOL yyrc; 9579 USHORT sel = GetFS();9579 USHORT sel = RestoreOS2FS(); 9580 9580 9581 9581 yyrc = _O32_CharToOemBuff(a, b, c); … … 9588 9588 { 9589 9589 BOOL yyrc; 9590 USHORT sel = GetFS();9590 USHORT sel = RestoreOS2FS(); 9591 9591 9592 9592 yyrc = _O32_OemToCharBuff(a, b, c); … … 9599 9599 { 9600 9600 BOOL yyrc; 9601 USHORT sel = GetFS();9601 USHORT sel = RestoreOS2FS(); 9602 9602 9603 9603 yyrc = _O32_IsBadHugeReadPtr(a, b); … … 9610 9610 { 9611 9611 BOOL yyrc; 9612 USHORT sel = GetFS();9612 USHORT sel = RestoreOS2FS(); 9613 9613 9614 9614 yyrc = _O32_IsBadHugeWritePtr(a, b); … … 9621 9621 { 9622 9622 BOOL yyrc; 9623 USHORT sel = GetFS();9623 USHORT sel = RestoreOS2FS(); 9624 9624 9625 9625 yyrc = _O32_FloodFill(a, b, c, d); … … 9632 9632 { 9633 9633 BOOL yyrc; 9634 USHORT sel = GetFS();9634 USHORT sel = RestoreOS2FS(); 9635 9635 9636 9636 yyrc = _O32_IsCharAlpha(a); … … 9643 9643 { 9644 9644 BOOL yyrc; 9645 USHORT sel = GetFS();9645 USHORT sel = RestoreOS2FS(); 9646 9646 9647 9647 yyrc = _O32_IsCharAlphaNumeric(a); … … 9654 9654 { 9655 9655 BOOL yyrc; 9656 USHORT sel = GetFS();9656 USHORT sel = RestoreOS2FS(); 9657 9657 9658 9658 yyrc = _O32_IsCharLower(a); … … 9665 9665 { 9666 9666 BOOL yyrc; 9667 USHORT sel = GetFS();9667 USHORT sel = RestoreOS2FS(); 9668 9668 9669 9669 yyrc = _O32_IsCharUpper(a); … … 9676 9676 { 9677 9677 LPSTR yyrc; 9678 USHORT sel = GetFS();9678 USHORT sel = RestoreOS2FS(); 9679 9679 9680 9680 yyrc = _O32_lstrcat(a, b); … … 9687 9687 { 9688 9688 int yyrc; 9689 USHORT sel = GetFS();9689 USHORT sel = RestoreOS2FS(); 9690 9690 9691 9691 yyrc = _O32_lstrcmp(a, b); … … 9698 9698 { 9699 9699 int yyrc; 9700 USHORT sel = GetFS();9700 USHORT sel = RestoreOS2FS(); 9701 9701 9702 9702 yyrc = _O32_lstrcmpi(a, b); … … 9709 9709 { 9710 9710 LPSTR yyrc; 9711 USHORT sel = GetFS();9711 USHORT sel = RestoreOS2FS(); 9712 9712 9713 9713 yyrc = _O32_lstrcpy(a, b); … … 9720 9720 { 9721 9721 int yyrc; 9722 USHORT sel = GetFS();9722 USHORT sel = RestoreOS2FS(); 9723 9723 9724 9724 yyrc = _O32_lstrlen(a); … … 9731 9731 { 9732 9732 int yyrc; 9733 USHORT sel = GetFS();9733 USHORT sel = RestoreOS2FS(); 9734 9734 9735 9735 yyrc = _O32_WinCallWinMain(a, b, c, d); … … 9742 9742 { 9743 9743 BOOL yyrc; 9744 USHORT sel = GetFS();9744 USHORT sel = RestoreOS2FS(); 9745 9745 9746 9746 yyrc = _O32_WinTranslateDevicePoints(a, b, c, d, e); … … 9753 9753 { 9754 9754 BOOL yyrc; 9755 USHORT sel = GetFS();9755 USHORT sel = RestoreOS2FS(); 9756 9756 9757 9757 yyrc = _O32_WinTranslateDeviceRects(a, b, c, d, e); … … 9764 9764 { 9765 9765 ULONG yyrc; 9766 USHORT sel = GetFS();9766 USHORT sel = RestoreOS2FS(); 9767 9767 9768 9768 yyrc = _O32_WinTranslateGraphicsObjectHandle(a, b, c); … … 9775 9775 { 9776 9776 ULONG yyrc; 9777 USHORT sel = GetFS();9777 USHORT sel = RestoreOS2FS(); 9778 9778 9779 9779 yyrc = _O32_WinTranslateMnemonicString(a, b, c, d); … … 9786 9786 { 9787 9787 DWORD yyrc; 9788 USHORT sel = GetFS();9788 USHORT sel = RestoreOS2FS(); 9789 9789 9790 9790 yyrc = _O32_WinQueryTranslateMode(); … … 9797 9797 { 9798 9798 BOOL yyrc; 9799 USHORT sel = GetFS();9799 USHORT sel = RestoreOS2FS(); 9800 9800 9801 9801 yyrc = _O32_WinSetTranslateMode(a);
Note:
See TracChangeset
for help on using the changeset viewer.