Skip to content

Commit

Permalink
Merge pull request #1 from vers10ne/vers10ne-patch-1
Browse files Browse the repository at this point in the history
to see if fixes nim-lang#12186
  • Loading branch information
vers10ne authored Sep 15, 2019
2 parents 1c03604 + d8d9188 commit f7d0934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/windows/winlean.nim
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ proc getFileSize*(hFile: Handle, lpFileSizeHigh: ptr DWORD): DWORD{.stdcall,

proc mapViewOfFileEx*(hFileMappingObject: Handle, dwDesiredAccess: DWORD,
dwFileOffsetHigh, dwFileOffsetLow: DWORD,
dwNumberOfBytesToMap: DWORD,
dwNumberOfBytesToMap: uint,
lpBaseAddress: pointer): pointer{.
stdcall, dynlib: "kernel32", importc: "MapViewOfFileEx".}

Expand Down

0 comments on commit f7d0934

Please sign in to comment.