reactos/rostests/winetests/comctl32/comctl32_ros.diff
The Wine Synchronizer 62b25eb05e Autosyncing with Wine HEAD
svn path=/trunk/; revision=31799
2008-01-14 17:07:49 +00:00

38 lines
965 B
Diff

Index: dpa.c
===================================================================
--- dpa.c (revision 25766)
+++ dpa.c (working copy)
@@ -25,6 +25,7 @@
#include "windef.h"
#include "winbase.h"
+#include "wingdi.h"
#include "winuser.h"
#include "commctrl.h"
#include "objidl.h"
Index: monthcal.c
===================================================================
--- monthcal.c (revision 25766)
+++ monthcal.c (working copy)
@@ -23,6 +23,7 @@
#include "windef.h"
#include "winbase.h"
+#include "wingdi.h"
#include "winuser.h"
#include "commctrl.h"
Index: mru.c
===================================================================
--- mru.c (revision 25766)
+++ mru.c (working copy)
@@ -75,7 +75,7 @@
/* Based on RegDeleteTreeW from dlls/advapi32/registry.c */
-static LSTATUS mru_RegDeleteTreeA(HKEY hKey, LPCSTR lpszSubKey)
+static LONG mru_RegDeleteTreeA(HKEY hKey, LPCSTR lpszSubKey)
{
LONG ret;
DWORD dwMaxSubkeyLen, dwMaxValueLen;