File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,11 @@ module WinSDK [system] [extern_c] {
25
25
export *
26
26
}
27
27
28
+ module compress {
29
+ header "compressapi.h"
30
+ export *
31
+ }
32
+
28
33
module console {
29
34
header "consoleapi.h"
30
35
export *
@@ -111,6 +116,13 @@ module WinSDK [system] [extern_c] {
111
116
}
112
117
}
113
118
119
+ module AuthZ {
120
+ header "AuthZ.h"
121
+ export *
122
+
123
+ link "authz.lib"
124
+ }
125
+
114
126
module CommCtrl {
115
127
header "CommCtrl.h"
116
128
export *
@@ -122,13 +134,28 @@ module WinSDK [system] [extern_c] {
122
134
export *
123
135
}
124
136
137
+ module DFS {
138
+ header "LMDFS.h"
139
+ header "LM.h"
140
+ export *
141
+
142
+ link "NetAPi32.lib"
143
+ }
144
+
125
145
module DbgHelp {
126
146
header "DbgHelp.h"
127
147
export *
128
148
129
149
link "DbgHelp.lib"
130
150
}
131
151
152
+ module FCI {
153
+ header "fci.h"
154
+ export *
155
+
156
+ link "cabinet.lib"
157
+ }
158
+
132
159
module Shell {
133
160
header "ShlObj.h"
134
161
export *
@@ -141,6 +168,13 @@ module WinSDK [system] [extern_c] {
141
168
link "ShLwApi.lib"
142
169
}
143
170
171
+ module OLE32 {
172
+ header "oaidl.h"
173
+ export *
174
+
175
+ link "OleAut32.lib"
176
+ }
177
+
144
178
module User {
145
179
header "WinUser.h"
146
180
export *
@@ -152,5 +186,19 @@ module WinSDK [system] [extern_c] {
152
186
153
187
link "Crypt32.lib"
154
188
}
189
+
190
+ module WinDNS {
191
+ header "WinDNS.h"
192
+ export *
193
+
194
+ link "Dnsapi.lib"
195
+ }
196
+
197
+ module WinReg {
198
+ header "winreg.h"
199
+ export *
200
+
201
+ link "Advapi32.lib"
202
+ }
155
203
}
156
204
You can’t perform that action at this time.
0 commit comments