File tree Expand file tree Collapse file tree 1 file changed +23
-14
lines changed Expand file tree Collapse file tree 1 file changed +23
-14
lines changed Original file line number Diff line number Diff line change @@ -137,13 +137,6 @@ module WinSDK [system] {
137
137
}
138
138
}
139
139
140
- module AuthZ {
141
- header "AuthZ.h"
142
- export *
143
-
144
- link "AuthZ.Lib"
145
- }
146
-
147
140
module Controls {
148
141
module CommCtrl {
149
142
header "CommCtrl.h"
@@ -224,6 +217,29 @@ module WinSDK [system] {
224
217
link "WinMM.Lib"
225
218
}
226
219
220
+ module Security {
221
+ module AuthZ {
222
+ header "AuthZ.h"
223
+ export *
224
+
225
+ link "AuthZ.Lib"
226
+ }
227
+
228
+ module SmartCard {
229
+ header "winscard.h"
230
+ export *
231
+
232
+ link "winscard.lib"
233
+ }
234
+
235
+ module WinCrypt {
236
+ header "wincrypt.h"
237
+ export *
238
+
239
+ link "Crypt32.Lib"
240
+ }
241
+ }
242
+
227
243
module Shell {
228
244
header "ShlObj.h"
229
245
export *
@@ -307,13 +323,6 @@ module WinSDK [system] {
307
323
export *
308
324
}
309
325
310
- module WinCrypt {
311
- header "wincrypt.h"
312
- export *
313
-
314
- link "Crypt32.Lib"
315
- }
316
-
317
326
module WinDNS {
318
327
header "WinDNS.h"
319
328
export *
You can’t perform that action at this time.
0 commit comments