io.monitors.windows: make a DWORD ref instead of a uint. probably

irrelevant but it's what the win32 api header uses.
db4
Doug Coleman 2015-10-09 19:21:24 -07:00
parent 7dfb352a7e
commit 78f9fe9053
1 changed files with 1 additions and 1 deletions

View File

@ -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 ;