]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/ole32/ole32-tests.factor
rename current string-mangling "char*" to "c-string". char* is now just a boring...
[factor.git] / basis / windows / ole32 / ole32-tests.factor
index aa02211ef3b426d03ae6fe170e58aca2c6ffee72..e7c92b599600b00e83e36b528c1f67ee9f5695eb 100644 (file)
@@ -1,5 +1,7 @@
 USING: kernel tools.test windows.ole32 alien.c-types
-classes.struct specialized-arrays.uchar windows.kernel32 ;
+classes.struct specialized-arrays windows.kernel32
+windows.com.syntax ;
+SPECIALIZED-ARRAY: uchar
 IN: windows.ole32.tests
 
 [ t ] [