mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[WSHOM_WINETEST] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
6a5af78c49
commit
96a173fcdf
1 changed files with 4 additions and 7 deletions
|
@ -16,18 +16,15 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COBJMACROS
|
||||
#define CONST_VTABLE
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winreg.h>
|
||||
#include <initguid.h>
|
||||
#include <ole2.h>
|
||||
#include <dispex.h>
|
||||
#include <wshom.h>
|
||||
#include <wine/test.h>
|
||||
|
||||
#include "wshom.h"
|
||||
#include "wine/test.h"
|
||||
|
||||
DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
|
||||
|
||||
|
|
Loading…
Reference in a new issue