commit | c9ee24b82d1f5702443e49bb89ce413517db9939 | [log] [tgz] |
---|---|---|
author | Jacek Caban <jacek@codeweavers.com> | Tue Aug 22 10:42:30 2023 +0200 |
committer | Jacek Caban <jacek@codeweavers.com> | Tue Aug 22 11:06:59 2023 +0200 |
tree | ee7c94c14061837d053855e9d25af610fdcfc377 | |
parent | c44c257014125934c94d98baabc51257e638106f [diff] [blame] |
headers: Update to current Wine version. Signed-off-by: Jacek Caban <jacek@codeweavers.com>
diff --git a/mingw-w64-headers/wine-import.sh b/mingw-w64-headers/wine-import.sh index ddbe302..d50f5c1 100755 --- a/mingw-w64-headers/wine-import.sh +++ b/mingw-w64-headers/wine-import.sh
@@ -29,6 +29,7 @@ sed -i 's/\bBOOL /WINBOOL /g' $dstfile sed -i 's/\bBOOL\b/WINBOOL/g' $dstfile sed -i 's/DECLSPEC_HIDDEN//g' $dstfile + sed -i 's/\b__WINE_ALLOC_SIZE([0-9]) //g' $dstfile } import_idl() {