mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 18:25:52 +00:00
- Filip is smoking something :-)
- Replaced a syntax error with 0 for now, as we don't know anything about NtUserUpdatePerUserSystemParameters. svn path=/trunk/; revision=11955
This commit is contained in:
parent
fc08e5303b
commit
4e8102a8ec
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id: misc.c,v 1.10 2004/12/06 02:23:05 navaraf Exp $
|
||||
/* $Id: misc.c,v 1.11 2004/12/06 07:14:47 rcampbell Exp $
|
||||
*
|
||||
* PROJECT: ReactOS user32.dll
|
||||
* FILE: lib/user32/misc/misc.c
|
||||
|
@ -113,5 +113,5 @@ UpdatePerUserSystemParameters(
|
|||
DWORD dwReserved,
|
||||
BOOL bEnable)
|
||||
{
|
||||
return NtUserUpdatePerUserSystemParameters(dwUnknown, dwReserved);
|
||||
return NtUserUpdatePerUserSystemParameters(0, dwReserved);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue