Skip to content

Commit

Permalink
Make the tests build
Browse files Browse the repository at this point in the history
Bug: ValveSoftware/wine#98

THIS INCLUDES THE FOLLOWING TWO CHERRY-PICKS:

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 <[email protected]>
Signed-off-by: Alexandre Julliard <[email protected]>
(cherry picked from commit 6e09636)

include: Add IAgileObject to objidlbase.idl.

Signed-off-by: Rémi Bernon <[email protected]>
Signed-off-by: Alexandre Julliard <[email protected]>
(cherry picked from commit cdf013b)
  • Loading branch information
rbernon authored and ivyl committed Jan 6, 2021
1 parent 7f9f428 commit 15412ce
Show file tree
Hide file tree
Showing 4 changed files with 1,236 additions and 1,190 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ static const char *debugstr_hstring(HSTRING hstr)

DEFINE_GUID(IID_IGlobalizationPreferencesStatics,0x01bf4326,0xed37,0x4e96,0xb0,0xe9,0xc1,0x34,0x0d,0x1e,0xa1,0x58);
DEFINE_GUID(IID_IVectorView,0xbbe1fa4c,0xb0e3,0x4583,0xba,0xef,0x1f,0x1b,0x2e,0x48,0x3e,0x56);
DEFINE_GUID(IID_IAgileObject,0x94ea2b94,0xe9cc,0x49e0,0xc0,0xff,0xee,0x64,0xca,0x8f,0x5b,0x90);
DEFINE_GUID(IID_IInspectable,0xaf86e2e0,0xb12d,0x4c6a,0x9c,0x5a,0xd7,0xaa,0x65,0x10,0x1e,0x90);

typedef struct IVectorView IVectorView;
Expand Down
1 change: 1 addition & 0 deletions include/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ SOURCES = \
objbase.h \
objectarray.idl \
objidl.idl \
objidlbase.idl \
objsafe.idl \
objsel.h \
ocidl.idl \
Expand Down
Loading

0 comments on commit 15412ce

Please sign in to comment.