mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 08:50:24 +08:00
[COMCAT_WINETEST] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user