improved h2-io-file a bit
This commit is contained in:
10
h2/lib/win32/h2-sysdef.ads
Normal file
10
h2/lib/win32/h2-sysdef.ads
Normal file
@ -0,0 +1,10 @@
|
||||
with System;
|
||||
|
||||
package H2.Sysdef is
|
||||
|
||||
type PVOID is System.Address;
|
||||
subtype HANDLE is PVOID;
|
||||
|
||||
type DWORD is mod 2 ** 32;
|
||||
|
||||
end H2.Sysdef;
|
Reference in New Issue
Block a user