add 'location' information to a couple exceptions that should have it
[reactos.git] / reactos / tools / rbuild / backend / mingw / mingw.cpp
index 5ae9ea1..423c4f6 100644 (file)
@@ -90,7 +90,9 @@ MingwBackend::GenerateAllTarget ()
 void\r
 MingwBackend::ProcessModule ( Module& module )\r
 {\r
-       MingwModuleHandler* h = MingwModuleHandler::LookupHandler ( module.name );\r
+       MingwModuleHandler* h = MingwModuleHandler::LookupHandler (\r
+               module.node.location,\r
+               module.stype );\r
        h->Process ( module );\r
 }\r
 \r