]> gitweb.factorcode.org Git - factor.git/commitdiff
io.monitors.windows: make a DWORD ref instead of a uint. probably
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 10 Oct 2015 02:21:24 +0000 (19:21 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 10 Oct 2015 02:21:24 +0000 (19:21 -0700)
irrelevant but it's what the win32 api header uses.

basis/io/monitors/windows/windows.factor

index 2c522f5b09616e161e7c9b23410ada3e497ed36e..b4292b99d8905b768bb10ef169ff5cbb83db351b 100644 (file)
@@ -32,7 +32,7 @@ TUPLE: win32-monitor < monitor port ;
         [ recursive>> 1 0 ? ]
     } cleave
     FILE_NOTIFY_CHANGE_ALL
-    0 uint <ref>
+    0 DWORD <ref>
     (make-overlapped)
     [ f ReadDirectoryChangesW win32-error=0/f ] keep ;