Linux implementation. Include changes for gcc x64.

This commit is contained in:
LuisAntonRebollo 2015-01-24 22:08:26 +01:00
parent 4e52824a42
commit 4e9034854d
56 changed files with 1108 additions and 3075 deletions

View file

@ -22,11 +22,12 @@
#include "platformWin32/platformWin32.h"
#include "core/strings/stringFunctions.h"
#include "core/util/journal/process.h"
void Platform::postQuitMessage(const S32 in_quitVal)
{
if (!Platform::getWebDeployment())
PostQuitMessage(in_quitVal);
Process::requestShutdown();
}
void Platform::debugBreak()