Module: wine Branch: master Commit: 6e09636f68c30d0452db3268e366a4c26301f826 URL: https://source.winehq.org/git/wine.git/?a=commit;h=6e09636f68c30d0452db3268e... Author: Rémi Bernon <rbernon(a)codeweavers.com> Date: Fri Oct 2 12:04:13 2020 +0200 include: Split objidl.idl to objidlbase.idl. Windows SDKs use #include here to import one into the other, so we do the same. Signed-off-by: Rémi Bernon <rbernon(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- include/Makefile.in | 1 + include/objidl.idl | 1217 ++---------------------------------------------- include/objidlbase.idl | 1198 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 1227 insertions(+), 1189 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=6e09636f68c30d0452db3...