[COMCAT_WINETEST] Sync with Wine Staging 3.3. CORE-14434
authorAmine Khaldi <amine.khaldi@reactos.org>
Fri, 9 Mar 2018 11:52:03 +0000 (12:52 +0100)
committerAmine Khaldi <amine.khaldi@reactos.org>
Fri, 9 Mar 2018 11:52:03 +0000 (12:52 +0100)
modules/rostests/winetests/comcat/comcat.c

index 1e9202f..ff5b51a 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#define WIN32_NO_STATUS
-#define _INC_WINDOWS
-#define COM_NO_WINDOWS_H
-
 #define COBJMACROS
 
-#include <wine/test.h>
+#include <stdio.h>
+#include <initguid.h>
+#include <windows.h>
+
+#include "objbase.h"
+#include "comcat.h"
 
-//#include <stdio.h>
-//#include <initguid.h>
-//#include <windows.h>
-#include <winreg.h>
-//#include "objbase.h"
-#include <ole2.h>
-#include <comcat.h>
+#include "wine/test.h"
 
 #define ok_ole_success(hr, func) ok(hr == S_OK, func " failed with error 0x%08x\n", hr)