mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 12:04:51 +00:00
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
This commit is contained in:
parent
c9fb4f777b
commit
c1e9fc6f75
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue