io.monitors.windows: make a DWORD ref instead of a uint. probably
irrelevant but it's what the win32 api header uses.db4
parent
7dfb352a7e
commit
78f9fe9053
|
@ -32,7 +32,7 @@ TUPLE: win32-monitor < monitor port ;
|
||||||
[ recursive>> 1 0 ? ]
|
[ recursive>> 1 0 ? ]
|
||||||
} cleave
|
} cleave
|
||||||
FILE_NOTIFY_CHANGE_ALL
|
FILE_NOTIFY_CHANGE_ALL
|
||||||
0 uint <ref>
|
0 DWORD <ref>
|
||||||
(make-overlapped)
|
(make-overlapped)
|
||||||
[ f ReadDirectoryChangesW win32-error=0/f ] keep ;
|
[ f ReadDirectoryChangesW win32-error=0/f ] keep ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue