Explorar o código

Remove assert

gingerBill %!s(int64=4) %!d(string=hai) anos
pai
achega
79ad6f4564
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/sys/windows/types.odin

+ 1 - 1
core/sys/windows/types.odin

@@ -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,