]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/layouts.hpp
vm: Tweak Factor VM to compile with Microsoft Visual Studio on Windows, in addition...
[factor.git] / vm / layouts.hpp
index b03a0d22444b7518090b04c63a295f94d954d2e2..2a3eee921475defc309ec77473089305654ef920 100644 (file)
@@ -298,7 +298,7 @@ struct dll : public object {
        /* tagged byte array holding a C string */
        cell path;
        /* OS-specific handle */
-       void *dll;
+       void *handle;
 };
 
 struct stack_frame {