user32: Add SetProcessDPIAware stub

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Thu Jan 10 00:34:26 CST 2008


"Alexandre Julliard" <julliard at winehq.org> wrote in message 
news:877iijp6oi.fsf at wine.dyndns.org...
> Alistair Leslie-Hughes <leslie_alistair at hotmail.com> 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 





More information about the wine-devel mailing list