mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 22:52:46 +00:00
26 lines
486 B
C
26 lines
486 B
C
|
#ifndef _COMCTL32_WINETEST_PRECOMP_H_
|
||
|
#define _COMCTL32_WINETEST_PRECOMP_H_
|
||
|
|
||
|
#define WIN32_NO_STATUS
|
||
|
#define _INC_WINDOWS
|
||
|
#define COM_NO_WINDOWS_H
|
||
|
#define COBJMACROS
|
||
|
#define CONST_VTABLE
|
||
|
|
||
|
#include <stdio.h>
|
||
|
|
||
|
#include <wine/test.h>
|
||
|
#include <assert.h>
|
||
|
#include <wingdi.h>
|
||
|
#include <winuser.h>
|
||
|
#include <winnls.h>
|
||
|
#include <winreg.h>
|
||
|
#include <objbase.h>
|
||
|
#include <wine/commctrl.h>
|
||
|
|
||
|
#include "msg.h"
|
||
|
#include "resources.h"
|
||
|
#include "v6util.h"
|
||
|
|
||
|
#endif /* !_COMCTL32_WINETEST_PRECOMP_H_ */
|