[OLEPRO32] Sync with Wine Staging 3.3. CORE-14434
[reactos.git] / dll / win32 / olepro32 / olepro32stubs.c
index c24c268..70bf5c8 100644 (file)
  * 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);
 
@@ -53,7 +53,7 @@ HRESULT WINAPI DllRegisterServer(void)
  */
 HRESULT WINAPI DllCanUnloadNow(void)
 {
-       return S_OK;
+       return S_FALSE;
 }
 
 /***********************************************************************