]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/directx/dinput/constants/constants.factor
core: Add the shuffler words but without primitives.
[factor.git] / basis / windows / directx / dinput / constants / constants.factor
index 4c4ddcde7ab6fd6ca9238b5d5a7cf47fa891a262..18a0e417509fe13aa8e517bbb415d64832f487a2 100755 (executable)
@@ -71,7 +71,7 @@ M: array array-base-type first ;
 >>
 
 MACRO: <DIDATAFORMAT> ( dwFlags dwDataSize struct rgodf-array -- alien )
-    [ DIDATAFORMAT heap-size DIOBJECTDATAFORMAT heap-size ] 4 ndip
+    [ DIDATAFORMAT heap-size DIOBJECTDATAFORMAT heap-size ] 4dip
     [ nip length ] [ make-DIOBJECTDATAFORMAT-array-quot ] 2bi
     '[ _ _ _ _ _ @ DIDATAFORMAT <struct-boa> ] ;