mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:21:38 +00:00
[COMCAT_WINETEST] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
0a4d45019b
commit
0dbc2d1842
1 changed files with 7 additions and 12 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue