InitModuleObjects() needs to be called for all platforms. Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
@@ -517,9 +517,7 @@ static void waitSlaves(const char *dir,unsigned num,StringAttr *slaves)
int main(int argc, const char *argv[])
{
-#ifndef _WIN32
InitModuleObjects();
-#endif
int retValue = 0;
bool compress = false;
@@ -634,9 +634,7 @@ void usage(int exitCode)
int main(int argc, char **argv)
StringAttr outputName("result.txt");
bool fromFile = false;