reactos/dll/shellext/fontext/fontext.h

25 lines
405 B
C
Raw Normal View History

#ifndef FONTEXT_PRECOMP_H
#define FONTEXT_PRECOMP_H
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <windef.h>
#include <winbase.h>
#include <shlobj.h>
#include <tchar.h>
#include <strsafe.h>
#include <atlbase.h>
#include <atlcom.h>
#include <atlsimpcoll.h>
#include <atlstr.h>
extern const GUID CLSID_CFontExt;
#include "CFontExt.hpp"
#endif /* FONTEXT_PRECOMP_H */