[SHELL32] SHChangeNotify: Add drive, remove drive (#6782)
[reactos.git] / dll / shellext / fontext / fontext.h
index 21b61b5..a5dd1d0 100644 (file)
@@ -1,7 +1,24 @@
-#define COBJMACROS
+#ifndef FONTEXT_PRECOMP_H
+#define FONTEXT_PRECOMP_H
+
+
 #define WIN32_NO_STATUS
-#include <stdarg.h>
+#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"
+
 
-#include <debug.h>
+#endif /* FONTEXT_PRECOMP_H */