[FONTEXT]

* Use fontext.h as a PCH.

svn path=/trunk/; revision=52971
This commit is contained in:
Amine Khaldi
2011-07-28 15:11:55 +00:00
parent 42cb3663f0
commit fb293f4f27
4 changed files with 4 additions and 7 deletions
@@ -25,4 +25,5 @@ add_importlibs(fontext
kernel32
ntdll)
add_pch(fontext fontext.h)
add_cd_file(TARGET fontext DESTINATION reactos/system32 FOR all)
+1 -3
View File
@@ -1,9 +1,7 @@
#pragma once
#define COBJMACROS
#include <windows.h>
#include <tchar.h>
#include <stdio.h>
#include <shlobj.h>
#include <ole2.h>
#include <debug.h>
@@ -13,4 +13,5 @@
<file>fontext.c</file>
<file>regsvr.c</file>
<file>fontext.rc</file>
<pch>fontext.h</pch>
</module>
+1 -4
View File
@@ -8,10 +8,7 @@
* 10-06-2008 Created
*/
#include <windows.h>
#include <ole2.h>
#include <fontext.h>
#include "fontext.h"
static HRESULT
REGSVR_RegisterServer()