Ver Fonte

* corrected check for f_variants, introduced in r37660 (it was incorrectly
checking for f_threading instead)

git-svn-id: trunk@37668 -

nickysn há 7 anos atrás
pai
commit
ef6cc202cd
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      compiler/psystem.pas

+ 1 - 1
compiler/psystem.pas

@@ -687,7 +687,7 @@ implementation
             loadtype('vtblarray',vmtarraytype);
             loadtype('__vtbl_ptr_type',vmttype);
           end;
-        if f_threading in features then
+        if f_variants in features then
           begin
             loadtype('variant',cvarianttype);
             loadtype('olevariant',colevarianttype);