From c1e9fc6f757baa0c69ebceee6e430774412db75b Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Tue, 10 Apr 2007 17:06:59 +0000 Subject: [PATCH] darn rember me close all file before a commit, I did by mistake break the build fixed with this commit svn path=/trunk/; revision=26305 --- reactos/subsystems/win32/win32k/objects/text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsystems/win32/win32k/objects/text.c b/reactos/subsystems/win32/win32k/objects/text.c index c2ec13cb0cb..cd9bc1c7a81 100644 --- a/reactos/subsystems/win32/win32k/objects/text.c +++ b/reactos/subsystems/win32/win32k/objects/text.c @@ -284,7 +284,7 @@ IntGdiAddFontResource(PUNICODE_STRING FileName, DWORD Characteristics) PFONT_ENTRY Entry; PSECTION_OBJECT SectionObject; ULONG ViewSize = 0; - //FT_Fixed XScale, YScale; + FT_Fixed XScale, YScale; /* Open the font file */