We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0a6d6f + fbdd1eb commit ea5604eCopy full SHA for ea5604e
stdlib/public/Platform/winsdk.modulemap
@@ -21,6 +21,10 @@ module WinSDK [system] {
21
link "WS2_32.Lib"
22
}
23
24
+ module WinSock {
25
+ header "winsock.h"
26
+ }
27
+
28
module core {
29
module acl {
30
header "AclAPI.h"
@@ -206,6 +210,11 @@ module WinSDK [system] {
206
210
export *
207
211
208
212
213
+ module WinBase {
214
+ header "winbase.h"
215
+ export *
216
217
209
218
module WinCrypt {
219
header "wincrypt.h"
220
@@ -241,5 +250,12 @@ module WinSDK [system] {
241
250
242
251
link "RpcRT4.Lib"
243
252
253
254
+ module WinSVC {
255
+ header "winsvc.h"
256
257
258
+ link "AdvAPI32.Lib"
259
244
260
245
261
0 commit comments