reactos/dll/shellext/fontext/fontext.h
Mark Jansen d9e7c48c1a
[FONTEXT] Initial implementation
Create Fonts\desktop.ini when registering the shell ext
Also list the shell extension as needing to be registered at install
CORE-14690
2019-10-19 18:42:15 +02:00

25 lines
405 B
C

#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 */