mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[FONTEXT]
* Use fontext.h as a PCH. svn path=/trunk/; revision=52971
This commit is contained in:
@@ -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,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>
|
||||
|
||||
@@ -8,10 +8,7 @@
|
||||
* 10-06-2008 Created
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <ole2.h>
|
||||
|
||||
#include <fontext.h>
|
||||
#include "fontext.h"
|
||||
|
||||
static HRESULT
|
||||
REGSVR_RegisterServer()
|
||||
|
||||
Reference in New Issue
Block a user