mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
28 lines
425 B
C
28 lines
425 B
C
|
|
||
|
#ifndef _SCRRUN_PRECOMP_H_
|
||
|
#define _SCRRUN_PRECOMP_H_
|
||
|
|
||
|
#include <wine/config.h>
|
||
|
|
||
|
#include <stdarg.h>
|
||
|
|
||
|
#define WIN32_NO_STATUS
|
||
|
#define _INC_WINDOWS
|
||
|
#define COM_NO_WINDOWS_H
|
||
|
|
||
|
#define COBJMACROS
|
||
|
|
||
|
#include <windef.h>
|
||
|
#include <winbase.h>
|
||
|
#include <winnls.h>
|
||
|
#include <objbase.h>
|
||
|
#include <oleauto.h>
|
||
|
#include <dispex.h>
|
||
|
#include <scrrun.h>
|
||
|
|
||
|
#include <wine/debug.h>
|
||
|
|
||
|
#include "scrrun_private.h"
|
||
|
|
||
|
#endif /* !_SCRRUN_PRECOMP_H_ */
|