Skip to content

Commit 961a7e2

Browse files
committed
UPD: reusing defined types
1 parent c42d1d1 commit 961a7e2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/platform/unix/darwin/udarwinio.pas

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ interface
2020
uMyDarwin, uLog;
2121

2222
type
23-
natural_t = UInt32;
24-
mach_port_t = natural_t;
2523
io_object_t = mach_port_t;
2624
io_iterator_t = io_object_t;
2725
p_io_iterator_t = ^io_iterator_t;
@@ -30,8 +28,6 @@ interface
3028
io_registry_entry_t = io_object_t;
3129
p_io_registry_entry_t = ^io_object_t;
3230

33-
kern_return_t = integer;
34-
IOOptionBits = UInt32;
3531
io_name_t = array of char;
3632

3733
function IOServiceGetMatchingServices(

0 commit comments

Comments
 (0)