[COMCAT_WINETEST] Sync with Wine Staging 3.3. CORE-14434

This commit is contained in:
Amine Khaldi 2018-03-09 12:52:03 +01:00
parent 0a4d45019b
commit 0dbc2d1842

View file

@ -18,21 +18,16 @@
* 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 <stdio.h>
//#include <initguid.h>
//#include <windows.h>
#include <winreg.h>
//#include "objbase.h"
#include <ole2.h>
#include <comcat.h>
#include "objbase.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)