mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
d9e7c48c1a
Create Fonts\desktop.ini when registering the shell ext Also list the shell extension as needing to be registered at install CORE-14690
25 lines
405 B
C
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 */
|