mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
17 lines
254 B
C
17 lines
254 B
C
|
|
#ifndef _SHDOCVW_PRECOMP_H
|
|
#define _SHDOCVW_PRECOMP_H
|
|
|
|
#include <wine/config.h>
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
#include "shdocvw.h"
|
|
|
|
#include <winreg.h>
|
|
|
|
#include <wine/debug.h>
|
|
|
|
#endif /* !_SHDOCVW_PRECOMP_H */
|