1 #ifndef FONTEXT_PRECOMP_H 2 #define FONTEXT_PRECOMP_H 3 4 5 #define WIN32_NO_STATUS 6 #define _INC_WINDOWS 7 #define COM_NO_WINDOWS_H 8 9 #include <windef.h> 10 #include <winbase.h> 11 #include <shlobj.h> 12 #include <tchar.h> 13 #include <strsafe.h> 14 #include <atlbase.h> 15 #include <atlcom.h> 16 #include <atlsimpcoll.h> 17 #include <atlstr.h> 18 19 extern const GUID CLSID_CFontExt; 20 21 #include "CFontExt.hpp" 22 23 24 #endif /* FONTEXT_PRECOMP_H */ 25