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

commit b79d65111d5f8d5dbe79d3af77d55f6682d460ae
Author:     Amine Khaldi <[email protected]>
AuthorDate: Wed Mar 21 12:58:44 2018 +0100
Commit:     Amine Khaldi <[email protected]>
CommitDate: Wed Mar 21 12:58:44 2018 +0100

    [OLEPRO32] Sync with Wine Staging 3.3. CORE-14434
---
 dll/win32/olepro32/olepro32stubs.c | 12 ++++++------
 dll/win32/olepro32/version.rc      |  2 +-
 media/doc/README.WINE              |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dll/win32/olepro32/olepro32stubs.c 
b/dll/win32/olepro32/olepro32stubs.c
index 037b68f168..70bf5c870b 100644
--- a/dll/win32/olepro32/olepro32stubs.c
+++ b/dll/win32/olepro32/olepro32stubs.c
@@ -20,13 +20,13 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-//#include <stdarg.h>
+#include <stdarg.h>
 
-#include <wine/debug.h>
-//#include "windef.h"
-//#include "winbase.h"
-//#include "winuser.h"
-//#include "ole2.h"
+#include "wine/debug.h"
+#include "windef.h"
+#include "winbase.h"
+#include "winuser.h"
+#include "ole2.h"
 
 WINE_DEFAULT_DEBUG_CHANNEL(ole);
 
diff --git a/dll/win32/olepro32/version.rc b/dll/win32/olepro32/version.rc
index 9806d1790e..b212206f13 100644
--- a/dll/win32/olepro32/version.rc
+++ b/dll/win32/olepro32/version.rc
@@ -27,4 +27,4 @@
 #define WINE_PRODUCTVERSION_STR "2.40"
 #define WINE_EXTRAVALUES VALUE "OLESelfRegister",""
 
-#include <wine/wine_common_ver.rc>
+#include "wine/wine_common_ver.rc"
diff --git a/media/doc/README.WINE b/media/doc/README.WINE
index a577454652..0d7ff3c93d 100644
--- a/media/doc/README.WINE
+++ b/media/doc/README.WINE
@@ -144,7 +144,7 @@ reactos/dll/win32/oleacc              # Synced to 
WineStaging-3.3
 reactos/dll/win32/oleaut32            # Synced to WineStaging-3.3
 reactos/dll/win32/olecli32            # Synced to WineStaging-3.3
 reactos/dll/win32/oledlg              # Synced to WineStaging-3.3
-reactos/dll/win32/olepro32            # Synced to WineStaging-2.9
+reactos/dll/win32/olepro32            # Synced to WineStaging-3.3
 reactos/dll/win32/olesvr32            # Synced to WineStaging-2.9
 reactos/dll/win32/olethk32            # Synced to WineStaging-2.9
 reactos/dll/win32/pdh                 # Synced to WineStaging-2.9

Reply via email to