mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-08 02:54:56 -06:00
*Core: Compiles in POSIX again...
git-svn-id: svn://ultimatepp.org/upp/trunk@2214 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
fd6f9dca6e
commit
04ec02c252
1 changed files with 1 additions and 1 deletions
|
|
@ -333,7 +333,7 @@ void AppInit__(int argc, const char **argv, const char **envptr)
|
|||
}
|
||||
Vector<WString>& cmd = coreCmdLine__();
|
||||
for(int i = 1; i < argc; i++)
|
||||
cmd.Add(FromSystemCharset(argv[i]));
|
||||
cmd.Add(FromSystemCharset(argv[i]).ToWString());
|
||||
CommonInit();
|
||||
signal(SIGILL, s_ill_handler);
|
||||
signal(SIGSEGV, s_segv_handler);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue