Skip to content

Commit aface3a

Browse files
committed
Platform: add missing header for OLE32
We should include `oleauto.h` in the OLE32 module. This ensures that we are able to access the BSTR APIs which are used extensively in OLE.
1 parent 8cfcc24 commit aface3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ module WinSDK [system] {
382382

383383
module OLE32 {
384384
header "oaidl.h"
385+
header "oleauto.h"
385386
export *
386387

387388
link "OleAut32.Lib"

0 commit comments

Comments
 (0)