diff options
| m--------- | depends/clsocket | 0 | ||||
| -rw-r--r-- | library/VersionInfoFactory.cpp | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/depends/clsocket b/depends/clsocket -Subproject c85e9fb35d3510c5dcc367056cda3237d77a7ad +Subproject f2722ca9ac49f8f13da4ddcfcb0fa47a0eb3045 diff --git a/library/VersionInfoFactory.cpp b/library/VersionInfoFactory.cpp index 972ab31b..4ac53dd1 100644 --- a/library/VersionInfoFactory.cpp +++ b/library/VersionInfoFactory.cpp @@ -105,6 +105,12 @@ void VersionInfoFactory::ParseVersion (TiXmlElement* entry, VersionInfo* mem) // this is wrong... I'm not going to do base image relocation on linux though. mem->setBase(0x0); } + else if(os == "darwin") + { + mem->setOS(OS_APPLE); + // this is wrong... I'm not going to do base image relocation on linux though. + mem->setBase(0x0); + } else { return; // ignore it if it's invalid |
