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:
CaS 2005-11-05 17:41:01 +00:00
parent e6fd4ca0d1
commit 38e23cc6cb
5 changed files with 55 additions and 21 deletions

View file

@ -151,7 +151,7 @@ _NSLog_standard_printf_handler (NSString* message)
if (!eventloghandle)
{
eventloghandle = RegisterEventSource(NULL,
eventloghandle = RegisterEventSourceW(NULL,
UNISTR([[NSProcessInfo processInfo] processName]));
}
if (eventloghandle)