zigwin32/win32/security/authentication.zig

6 lines
171 B
Zig

//! NOTE: this file is autogenerated, DO NOT MODIFY
pub const identity = @import("authentication/identity.zig");
test {
@import("std").testing.refAllDecls(@This());
}