Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
HertzDevil committed Oct 22, 2024
1 parent 2c3a646 commit ce3884a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib_c/x86_64-windows-msvc/c/winnt.cr
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,8 @@ lib LibC
optionalHeader : IMAGE_OPTIONAL_HEADER64
end

IMAGE_DIRECTORY_ENTRY_EXPORT = 0
IMAGE_DIRECTORY_ENTRY_IMPORT = 1
IMAGE_DIRECTORY_ENTRY_EXPORT = 0
IMAGE_DIRECTORY_ENTRY_IMPORT = 1
IMAGE_DIRECTORY_ENTRY_IAT = 12

struct IMAGE_SECTION_HEADER
Expand Down

0 comments on commit ce3884a

Please sign in to comment.