"Alexandre Julliard" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Alistair Leslie-Hughes <[EMAIL PROTECTED]> writes: > >> diff --git a/dlls/user32/winstation.c b/dlls/user32/winstation.c >> index 75cb286..ec3a620 100644 >> --- a/dlls/user32/winstation.c >> +++ b/dlls/user32/winstation.c >> @@ -613,3 +613,13 @@ BOOL WINAPI SetUserObjectSecurity( HANDLE handle, >> PSECURITY_INFORMATION info, >> FIXME( "(%p,%p,%p),stub!\n", handle, info, sid ); >> return TRUE; >> } >> + >> +/*********************************************************************** >> + * SetProcessDPIAware (USER32.@) >> + */ >> +BOOL WINAPI SetProcessDPIAware( VOID ) >> +{ >> + FIXME( "stub!\n"); >> + >> + return TRUE; >> +} > > This has nothing to do with window stations, so it doesn't belong in > winstation.c.
Would win.c be a better place this functions? Best Regards Alistair Leslie-Hughes
