https://git.reactos.org/?p=reactos.git;a=commitdiff;h=80b69aa034096632f9ec9e24d423cf738559381b

commit 80b69aa034096632f9ec9e24d423cf738559381b
Author:     Amine Khaldi <[email protected]>
AuthorDate: Wed Mar 21 13:11:14 2018 +0100
Commit:     Amine Khaldi <[email protected]>
CommitDate: Wed Mar 21 13:11:14 2018 +0100

    [PSTOREC] Sync with Wine Staging 3.3. CORE-14434
---
 dll/win32/pstorec/pstorec.c | 19 ++++++++-----------
 media/doc/README.WINE       |  2 +-
 2 files changed, 9 insertions(+), 12 deletions(-)

diff --git a/dll/win32/pstorec/pstorec.c b/dll/win32/pstorec/pstorec.c
index 88fa802305..02cd803c11 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 <stdarg.h>
 
 #define COBJMACROS
-#include <windef.h>
-#include <winbase.h>
-//#include "winuser.h"
-#include <ole2.h>
-#include <pstore.h>
-
-#include <wine/debug.h>
+#include "windef.h"
+#include "winbase.h"
+#include "winuser.h"
+#include "initguid.h"
+#include "ole2.h"
+#include "pstore.h"
+
+#include "wine/debug.h"
 
 WINE_DEFAULT_DEBUG_CHANNEL(pstores);
 
diff --git a/media/doc/README.WINE b/media/doc/README.WINE
index 94973e6bf2..32a7264789 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

Reply via email to