mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
32 lines
516 B
C
32 lines
516 B
C
|
|
||
|
#ifndef _IEFRAME_PRECOMP_H_
|
||
|
#define _IEFRAME_PRECOMP_H_
|
||
|
|
||
|
#include <stdio.h>
|
||
|
|
||
|
#define WIN32_NO_STATUS
|
||
|
#define _INC_WINDOWS
|
||
|
#define COM_NO_WINDOWS_H
|
||
|
|
||
|
#define NONAMELESSUNION
|
||
|
#define NONAMELESSSTRUCT
|
||
|
|
||
|
#include "ieframe.h"
|
||
|
|
||
|
#include <wingdi.h>
|
||
|
#include <winreg.h>
|
||
|
#include <wincon.h>
|
||
|
#include <mshtmdid.h>
|
||
|
#include <exdispid.h>
|
||
|
#include <idispids.h>
|
||
|
#include <intshcut.h>
|
||
|
#include <perhist.h>
|
||
|
#include <shellapi.h>
|
||
|
#include <shlwapi.h>
|
||
|
|
||
|
#include <wine/debug.h>
|
||
|
|
||
|
#include "resource.h"
|
||
|
|
||
|
#endif /* !_IEFRAME_PRECOMP_H_ */
|