This makes it easier to sync in changes from dumps from newer versions of the DLL.
Signed-off-by: Martin Storsjö <[email protected]> --- mingw-w64-crt/lib32/user32.def | 79 ---------------------------------- 1 file changed, 79 deletions(-) diff --git a/mingw-w64-crt/lib32/user32.def b/mingw-w64-crt/lib32/user32.def index ac3164d2f..cd0cd1841 100644 --- a/mingw-w64-crt/lib32/user32.def +++ b/mingw-w64-crt/lib32/user32.def @@ -1,8 +1,5 @@ LIBRARY USER32.dll EXPORTS -;ord_1500@16 @1500 -;ord_1501@4 @1501 -;ord_1502@12 @1502 GetPointerFrameArrivalTimes@12 Wow64Transition DATA ActivateKeyboardLayout@8 @@ -58,13 +55,6 @@ CharLowerBuffA@8 CharLowerBuffW@8 CharLowerW@4 CharNextA@4 -;ord_1550@12 @1550 -;ord_1551@8 @1551 -;ord_1552@8 @1552 -;ord_1553@12 @1553 -;ord_1554@8 @1554 -;ord_1555@16 @1555 -;ord_1556@4 @1556 CharNextExA@12 CharNextW@4 CharPrevA@8 @@ -554,16 +544,12 @@ InsertMenuItemA@16 InsertMenuItemW@16 InsertMenuW@20 InternalGetWindowIcon@8 -;ord_2001@4 @2001 -;ord_2002@4 @2002 InternalGetWindowText@12 IntersectRect@12 -;ord_2005@4 @2005 InvalidateRect@12 InvalidateRgn@12 InvertRect@8 IsCharAlphaA@4 -;ord_2010@16 @2010 IsCharAlphaNumericA@4 IsCharAlphaNumericW@4 IsCharAlphaW@4 @@ -615,12 +601,8 @@ LoadBitmapW@8 LoadCursorA@8 LoadCursorFromFileA@4 LoadCursorFromFileW@4 -;ord_2000@0 @2000 -;ord_2001@4 @2001 -;ord_2002@4 @2002 LoadCursorW@8 LoadIconA@8 -;ord_2005@4 @2005 LoadIconW@8 LoadImageA@24 LoadImageW@24 @@ -1037,68 +1019,7 @@ wvsprintfW@12 DelegateInput@24 UndelegateInput@8 HandleDelegatedInput@8 -;ord_2500@16 @2500 -;ord_2501@12 @2501 -;ord_2502@8 @2502 -;ord_2503@24 @2503 -;ord_2504@8 @2504 -;ord_2505@8 @2505 -;ord_2506@12 @2506 -;ord_2507@4 @2507 -;ord_2508@8 @2508 -;ord_2509@4 @2509 -;ord_2510@12 @2510 -;ord_2511@8 @2511 -;ord_2512@12 @2512 -;ord_2513@4 @2513 -;ord_2514@8 @2514 -;ord_2515@8 @2515 -;ord_2516@12 @2516 -;ord_2517@4 @2517 -;ord_2518@0 @2518 -;ord_2519@4 @2519 -;ord_2520@0 @2520 -;ord_2521@8 @2521 -;ord_2522@4 @2522 -;ord_2523@8 @2523 -;ord_2524@8 @2524 -;ord_2525@12 @2525 -;ord_2526@12 @2526 -;ord_2527@12 @2527 GetProcessUIContextInformation@8 IsThreadMessageQueueAttached@4 -;ord_2529@4 @2529 -;ord_2530@8 @2530 -;ord_2531@16 @2531 -;ord_2532@8 @2532 -;ord_2533@4 @2533 -;ord_2534@8 @2534 -;ord_2535@0 @2535 -;ord_2536@8 @2536 -;ord_2537@16 @2537 -;ord_2538@4 @2538 -;ord_2539@4 @2539 -;ord_2540@4 @2540 -;ord_2541@0 @2541 -;ord_2544@4 @2544 -;ord_2545@8 @2545 -;ord_2546@4 @2546 -;ord_2547@4 @2547 -;ord_2548@4 @2548 -;ord_2549@4 @2549 -;ord_2550@8 @2550 -;ord_2551@20 @2551 -;ord_2552@8 @2552 -;ord_2553@32 @2553 -;ord_2554@12 @2554 -;ord_2555@16 @2555 -;ord_2556@8 @2556 -;ord_2557@12 @2557 -;ord_2558@12 @2558 -;ord_2559@16 @2559 -;ord_2560@20 @2560 -;ord_2561@0 @2561 -;ord_2562@0 @2562 -;ord_2563@0 @2563 ReportInertia@20 SetCoreWindow@8 -- 2.25.1 _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
