X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fmain.cpp;h=19791eefddf697c148901094d6e62398ea46a833;hp=4a90b74751099e39fa000b3ee13665ca0bc29f50;hb=79482ba7aea1b79c7a310c940cc0292532ef3bcb;hpb=cfc8e0b7b15ea505bd6a6a9599cbc5ce1e316963 diff --git a/source/core/main.cpp b/source/core/main.cpp index 4a90b74..19791ee 100644 --- a/source/core/main.cpp +++ b/source/core/main.cpp @@ -1,21 +1,13 @@ -/* $Id$ - -This file is part of libmspcore -Copyright © 2006 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifdef WIN32 #include #endif - #include "application.h" #ifdef WIN32 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE /*hPrevInstance*/, LPSTR /*lpCmdLine*/, int /*nCmdShow*/) { int argc = 0; - LPWSTR *argv=CommandLineToArgvW(GetCommandLineW(), &argc); + LPWSTR *argv = CommandLineToArgvW(GetCommandLineW(), &argc); return Msp::Application::run(argc, (char **)argv, hInstance); } #endif