From abb6e6a5988b602464199b4f3ce8a04d062e05f6 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 13 Jul 2023 01:46:35 +0530 Subject: [PATCH] headers: Remove propkeydef.h and rpcsal.h from wine-import.sh These two headers were reimplmented in previous 3638d5e9a6f28354bc3e18f04ba0d97e2cc3b44c commit. Signed-off-by: Biswapriyo Nath Signed-off-by: LIU Hao --- mingw-w64-headers/wine-import.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mingw-w64-headers/wine-import.sh b/mingw-w64-headers/wine-import.sh index 8f08b3fca..7e2006c09 100755 --- a/mingw-w64-headers/wine-import.sh +++ b/mingw-w64-headers/wine-import.sh @@ -43,6 +43,7 @@ import_idl() { } # headers +# Reverted: propkeydef.h, rpcsal.h for f in \ amaudio.h \ audevcod.h \ @@ -114,10 +115,8 @@ for f in \ mscat.h \ msxml2did.h \ msxml6did.h \ - propkeydef.h \ propkey.h \ propvarutil.h \ - rpcsal.h \ t2embapi.h \ uiautomationcoreapi.h \ uiautomation.h \