Merge branch 'development' into LTS_development

This commit is contained in:
Thulinma 2015-04-16 13:22:06 +02:00
commit 2ab799db93

View file

@ -300,7 +300,7 @@ namespace IPC {
if (i != 0) {
Util::sleep(1000);
}
handle = OpenFileMappingA(FILE_MAP_ALL_ACCESS, FALSE, name.c_str());
handle = OpenFileMappingA(FILE_MAP_ALL_ACCESS, FALSE, std::string("Global\\" + name).c_str());
i++;
} while (i < 10 && !handle && autoBackoff);
}