From 80b69aa034096632f9ec9e24d423cf738559381b Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Wed, 21 Mar 2018 13:11:14 +0100 Subject: [PATCH] [PSTOREC] Sync with Wine Staging 3.3. CORE-14434 --- dll/win32/pstorec/pstorec.c | 17 +++++++---------- media/doc/README.WINE | 2 +- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/dll/win32/pstorec/pstorec.c b/dll/win32/pstorec/pstorec.c index 88fa8023053..02cd803c116 100644 --- a/dll/win32/pstorec/pstorec.c +++ b/dll/win32/pstorec/pstorec.c @@ -18,20 +18,17 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#define WIN32_NO_STATUS -#define _INC_WINDOWS -#define COM_NO_WINDOWS_H - #include #define COBJMACROS -#include -#include -//#include "winuser.h" -#include -#include +#include "windef.h" +#include "winbase.h" +#include "winuser.h" +#include "initguid.h" +#include "ole2.h" +#include "pstore.h" -#include +#include "wine/debug.h" WINE_DEFAULT_DEBUG_CHANNEL(pstores); diff --git a/media/doc/README.WINE b/media/doc/README.WINE index 94973e6bf20..32a7264789d 100644 --- a/media/doc/README.WINE +++ b/media/doc/README.WINE @@ -152,7 +152,7 @@ reactos/dll/win32/pidgen # Synced to WineStaging-3.3 reactos/dll/win32/powrprof # Forked at Wine-1.0rc5 reactos/dll/win32/printui # Synced to WineStaging-3.3 reactos/dll/win32/propsys # Synced to WineStaging-3.3 -reactos/dll/win32/pstorec # Synced to WineStaging-2.2 +reactos/dll/win32/pstorec # Synced to WineStaging-3.3 reactos/dll/win32/qmgr # Synced to WineStaging-2.9 reactos/dll/win32/qmgrprxy # Synced to WineStaging-2.9 reactos/dll/win32/query # Synced to WineStaging-2.9