mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
19 lines
294 B
C
19 lines
294 B
C
|
|
#ifndef _OLEACC_PRECOMP_H_
|
|
#define _OLEACC_PRECOMP_H_
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
#define COBJMACROS
|
|
|
|
#include <windef.h>
|
|
#include <winbase.h>
|
|
#include <ole2.h>
|
|
|
|
#include <wine/debug.h>
|
|
|
|
#include "oleacc_private.h"
|
|
|
|
#endif /* !_OLEACC_PRECOMP_H_ */
|