mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-17 16:38:22 +00:00
Remove assert
This commit is contained in:
@@ -916,7 +916,7 @@ USER_INFO_1 :: struct #packed {
|
||||
flags: USER_INFO_FLAGS,
|
||||
script_path: LPWSTR,
|
||||
}
|
||||
#assert(size_of(USER_INFO_1) == 50)
|
||||
// #assert(size_of(USER_INFO_1) == 50)
|
||||
|
||||
LOCALGROUP_MEMBERS_INFO_0 :: struct #packed {
|
||||
sid: ^SID,
|
||||
|
||||
Reference in New Issue
Block a user