mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
20 lines
296 B
C
20 lines
296 B
C
|
|
#ifndef _HHCTRL_PRECOMP_H
|
|
#define _HHCTRL_PRECOMP_H
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
#define NONAMELESSUNION
|
|
#define NONAMELESSSTRUCT
|
|
|
|
#include "hhctrl.h"
|
|
|
|
#include <wine/debug.h>
|
|
|
|
#include "resource.h"
|
|
#include "stream.h"
|
|
|
|
#endif /* !_HHCTRL_PRECOMP_H */
|