[CMAKE]
[reactos.git] / base / setup / usetup / registry.c
index a808129..c595176 100644 (file)
@@ -646,7 +646,7 @@ ImportRegistryFile(PWSTR Filename,
       DPRINT1("registry_callback() failed\n");
     }
 
-  SetupCloseInfFile (hInf);
+  InfCloseFile (hInf);
 
   return TRUE;
 }