Skip to content

Commit d7c9551

Browse files
RX14asterite
authored andcommittedJan 13, 2018
Rename win_nt.cr to winnt.cr
The header file is called winnt.h, the win_nt.cr was an error and should be merged with winnt.cr.
1 parent d294dd1 commit d7c9551

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed
 

Diff for: ‎src/lib_c/x86_64-windows-msvc/c/win_nt.cr

-5
This file was deleted.

Diff for: ‎src/lib_c/x86_64-windows-msvc/c/winbase.cr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require "c/win_nt"
1+
require "c/winnt"
22
require "c/win_def"
33
require "c/int_safe"
44

Diff for: ‎src/lib_c/x86_64-windows-msvc/c/winnt.cr

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
lib LibC
22
alias BOOLEAN = BYTE
3+
alias LONG = Int32
4+
5+
alias CHAR = UChar
6+
alias WCHAR = UInt16
7+
alias LPSTR = CHAR*
8+
alias LPWSTR = WCHAR*
39
end

0 commit comments

Comments
 (0)
Please sign in to comment.