]> gitweb.factorcode.org Git - factor.git/commitdiff
windows.ole32 guid functions don't need to box the byte-arrays themselves anymore
authorJoe Groff <arcata@gmail.com>
Wed, 26 Aug 2009 14:28:10 +0000 (09:28 -0500)
committerJoe Groff <arcata@gmail.com>
Wed, 26 Aug 2009 14:28:10 +0000 (09:28 -0500)
basis/windows/ole32/ole32.factor

index d6a08325d964c994b8cf38b5012791ccf6a18f2f..639a9ba63749aed2ac066f9458f2fc9a939a15b2 100755 (executable)
@@ -148,7 +148,7 @@ TUPLE: ole32-error code message ;
             [ ]
         } 2cleave
 
-        GUID-Data4 8 <direct-uchar-array> {
+        GUID-Data4 {
             [ 20 22 0 (guid-byte>guid) ]
             [ 22 24 1 (guid-byte>guid) ]
 
@@ -175,7 +175,7 @@ TUPLE: ole32-error code message ;
             [ [ GUID-Data3 ] 4 (guid-section%) "-" % ]
             [ ]
         } cleave
-        GUID-Data4 8 <direct-uchar-array> {
+        GUID-Data4 {
             [ 0 (guid-byte%) ]
             [ 1 (guid-byte%) "-" % ]
             [ 2 (guid-byte%) ]