Skip to content

Commit 1dffb68

Browse files
committed
WinSDK: add DDE, OLE, LZ32 submodules
Further modularise the Windows SDK. This adds 3 new submodules to get better coverage of the Windows SDK.
1 parent c937aa0 commit 1dffb68

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

stdlib/public/Platform/winsdk.modulemap

Lines changed: 18 additions & 0 deletions
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)