File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 12
12
13
13
module WinSDK [system] [extern_c] {
14
14
module core {
15
+ // api-ms-win-core-errhandling-l1-1-0.dll
16
+ module errhandling {
17
+ header "errhandlingapi.h"
18
+ export *
19
+ }
20
+
21
+ // api-ms-win-core-file-l1-1-0.dll
22
+ module file {
23
+ header "fileapi.h"
24
+ export *
25
+ }
26
+
15
27
// api-ms-win-core-handle-l1-1-0.dll
16
28
module handle {
17
29
header "handleapi.h"
18
30
export *
19
31
}
20
32
33
+ // api-ms-win-core-libloader-l1-1-0.dll
34
+ module libloader {
35
+ header "libloaderapi.h"
36
+ export *
37
+ }
38
+
39
+ // api-ms-win-core-namedpipe-l1-1-2-0.dll
40
+ module namedpipe {
41
+ header "namedpipeapi.h"
42
+ export *
43
+ }
44
+
21
45
// api-ms-win-core-processthreads-l1-1-2.dll
22
46
module processthreads {
23
47
header "processthreadsapi.h"
You can’t perform that action at this time.
0 commit comments