2019-08-03 13:14:20 +00:00
|
|
|
#ifndef FONTEXT_PRECOMP_H
|
|
|
|
#define FONTEXT_PRECOMP_H
|
2014-02-07 18:02:02 +00:00
|
|
|
|
2013-01-24 23:00:42 +00:00
|
|
|
|
2014-01-20 13:10:32 +00:00
|
|
|
#define WIN32_NO_STATUS
|
2019-08-03 13:14:20 +00:00
|
|
|
#define _INC_WINDOWS
|
|
|
|
#define COM_NO_WINDOWS_H
|
2014-01-20 13:10:32 +00:00
|
|
|
|
|
|
|
#include <windef.h>
|
2019-08-03 13:14:20 +00:00
|
|
|
#include <winbase.h>
|
|
|
|
#include <shlobj.h>
|
|
|
|
#include <tchar.h>
|
|
|
|
#include <strsafe.h>
|
|
|
|
#include <atlbase.h>
|
|
|
|
#include <atlcom.h>
|
|
|
|
#include <atlsimpcoll.h>
|
|
|
|
#include <atlstr.h>
|
2014-02-07 18:02:02 +00:00
|
|
|
|
2019-08-03 13:14:20 +00:00
|
|
|
extern const GUID CLSID_CFontExt;
|
|
|
|
|
|
|
|
#include "CFontExt.hpp"
|
|
|
|
|
|
|
|
|
|
|
|
#endif /* FONTEXT_PRECOMP_H */
|