We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 203a1e0 + 1dffb68 commit 5f6d2ffCopy full SHA for 5f6d2ff
stdlib/public/Platform/winsdk.modulemap
@@ -248,6 +248,12 @@ module WinSDK [system] {
248
export *
249
}
250
251
+ module DDE {
252
+ header "dde.h"
253
+ header "ddeml.h"
254
+ export *
255
+ }
256
+
257
module DFS {
258
header "LMDFS.h"
259
header "LM.h"
@@ -285,6 +291,13 @@ module WinSDK [system] {
285
291
286
292
287
293
294
+ module LZ32 {
295
+ header "LZExpand.h"
296
297
298
+ link "Lz32.Lib"
299
300
288
301
module Multimedia {
289
302
module DigitalVideo {
290
303
header "Digitalv.h"
@@ -388,6 +401,11 @@ module WinSDK [system] {
388
401
389
402
390
403
404
+ module OLE {
405
+ header "ole2.h"
406
407
408
391
409
module OLE32 {
392
410
header "oaidl.h"
393
411
header "oleauto.h"
0 commit comments