Skip to content

Commit

Permalink
Refactor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
VladPavliuk committed Jan 3, 2025
1 parent 470c05a commit 1733a50
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions core/sys/windows/types.odin
Original file line number Diff line number Diff line change
Expand Up @@ -2697,7 +2697,10 @@ EXCEPTION_DATATYPE_MISALIGNMENT :: 0x80000002
EXCEPTION_BREAKPOINT :: 0x80000003
EXCEPTION_SINGLE_STEP :: 0x80000004
EXCEPTION_ACCESS_VIOLATION :: 0xC0000005
EXCEPTION_IN_PAGE_ERROR :: 0xC0000006
EXCEPTION_ILLEGAL_INSTRUCTION :: 0xC000001D
EXCEPTION_NONCONTINUABLE_EXCEPTION :: 0xC0000025
EXCEPTION_INVALID_DISPOSITION :: 0xC0000026
EXCEPTION_ARRAY_BOUNDS_EXCEEDED :: 0xC000008C
EXCEPTION_FLT_DENORMAL_OPERAND :: 0xC000008D
EXCEPTION_FLT_DIVIDE_BY_ZERO :: 0xC000008E
Expand All @@ -2709,10 +2712,7 @@ EXCEPTION_FLT_UNDERFLOW :: 0xC0000093
EXCEPTION_INT_DIVIDE_BY_ZERO :: 0xC0000094
EXCEPTION_INT_OVERFLOW :: 0xC0000095
EXCEPTION_PRIV_INSTRUCTION :: 0xC0000096
EXCEPTION_IN_PAGE_ERROR :: 0xC0000006
EXCEPTION_NONCONTINUABLE_EXCEPTION :: 0xC0000025
EXCEPTION_STACK_OVERFLOW :: 0xC00000FD
EXCEPTION_INVALID_DISPOSITION :: 0xC0000026
STATUS_PRIVILEGED_INSTRUCTION :: 0xC0000096


Expand Down Expand Up @@ -3428,8 +3428,6 @@ TIME_ZONE_INFORMATION :: struct {
DaylightBias: LONG,
}


// @(private="file")
IMAGE_DOS_HEADER :: struct {
e_magic: WORD,
e_cblp: WORD,
Expand Down

0 comments on commit 1733a50

Please sign in to comment.