String::ToWideString wasn't returning a wide string...!

Enabled wide strings for Android ( i'll never target Android < 2.3 ).
EE_MAIN_FUNC is back, it was needed for the Android build ( i forgot about it ).
This commit is contained in:
Martín Lucas Golini
2013-08-29 02:01:59 -03:00
parent c1841d55a1
commit f09797c91c
12 changed files with 18 additions and 15 deletions

View File

@@ -608,7 +608,7 @@ void PhysicsDestroy() {
mDemo[ mCurDemo ].destroy();
}
int main (int argc, char * argv [])
EE_MAIN_FUNC int main (int argc, char * argv [])
{
mWindow = cEngine::instance()->CreateWindow( WindowSettings( 1024, 768, "eepp - Physics" ), ContextSettings( true ) );