Commit in reactos/lib/user32/misc on MAIN
misc.c+12-11.8 -> 1.9
Add UpdatePerUserSystemParameters stub and call it from winlogon.

reactos/lib/user32/misc
misc.c 1.8 -> 1.9
diff -u -r1.8 -r1.9
--- misc.c	15 Aug 2004 21:36:28 -0000	1.8
+++ misc.c	20 Nov 2004 15:51:14 -0000	1.9
@@ -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.8 2004/08/15 21:36:28 chorns Exp $
+/* $Id: misc.c,v 1.9 2004/11/20 15:51:14 ekohl Exp $
  *
  * PROJECT:         ReactOS user32.dll
  * FILE:            lib/user32/misc/misc.c
@@ -104,3 +104,14 @@
 
   return(TRUE);
 }
+
+/*
+ * @unimplemented
+ */
+BOOL WINAPI
+UpdatePerUserSystemParameters(DWORD dwUnknown,
+                              BOOL bEnable)
+{
+
+  return TRUE;
+}
CVSspam 0.2.8