Skip to content

Commit 5f6d2ff

Browse files
authored
Merge pull request swiftlang#79749 from compnerd/submodules
WinSDK: add DDE, OLE, LZ32 submodules
2 parents 203a1e0 + 1dffb68 commit 5f6d2ff

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

+18
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,12 @@ module WinSDK [system] {
248248
export *
249249
}
250250

251+
module DDE {
252+
header "dde.h"
253+
header "ddeml.h"
254+
export *
255+
}
256+
251257
module DFS {
252258
header "LMDFS.h"
253259
header "LM.h"
@@ -285,6 +291,13 @@ module WinSDK [system] {
285291
}
286292
}
287293

294+
module LZ32 {
295+
header "LZExpand.h"
296+
export *
297+
298+
link "Lz32.Lib"
299+
}
300+
288301
module Multimedia {
289302
module DigitalVideo {
290303
header "Digitalv.h"
@@ -388,6 +401,11 @@ module WinSDK [system] {
388401
}
389402
}
390403

404+
module OLE {
405+
header "ole2.h"
406+
export *
407+
}
408+
391409
module OLE32 {
392410
header "oaidl.h"
393411
header "oleauto.h"

0 commit comments

Comments
 (0)