mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
avoid some compiler warnings
fix oen inforrect use of ansi mingw function git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21956 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e6fd4ca0d1
commit
38e23cc6cb
5 changed files with 55 additions and 21 deletions
|
@ -151,7 +151,7 @@ _NSLog_standard_printf_handler (NSString* message)
|
|||
|
||||
if (!eventloghandle)
|
||||
{
|
||||
eventloghandle = RegisterEventSource(NULL,
|
||||
eventloghandle = RegisterEventSourceW(NULL,
|
||||
UNISTR([[NSProcessInfo processInfo] processName]));
|
||||
}
|
||||
if (eventloghandle)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue