X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fmain.cpp;h=84e0f4292e0b644b1afec1f6d740f97407529314;hb=e0b72720ebf599e67dd0fd793cdaf83be62db567;hp=5cf18c3a81222412d8bf61ae8ed724e7b2ff4062;hpb=516755dde30a4820495580d1b52a5b992f800461;p=libs%2Fcore.git diff --git a/source/core/main.cpp b/source/core/main.cpp index 5cf18c3..84e0f42 100644 --- a/source/core/main.cpp +++ b/source/core/main.cpp @@ -1,9 +1,3 @@ -/* $Id$ - -This file is part of libmspcore -Copyright © 2006 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ #ifdef WIN32 #include #endif @@ -14,7 +8,7 @@ Distributed under the LGPL 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