Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
7ab35476
Commit
7ab35476
authored
Apr 11, 2008
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Apr 11, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tools: Fix font structure layout for 64-bit mode.
parent
aad4547d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
fnt2bdf.h
tools/fnt2bdf.h
+2
-2
fnt2fon.c
tools/fnt2fon.c
+2
-2
No files found.
tools/fnt2bdf.h
View file @
7ab35476
...
...
@@ -30,8 +30,8 @@ enum data_types {dfChar, dfShort, dfLong, dfString};
typedef
struct
tagFontHeader
{
short
dfVersion
;
/* Version */
long
dfSize
;
/* Total File Size */
SHORT
dfVersion
;
/* Version */
LONG
dfSize
;
/* Total File Size */
char
dfCopyright
[
60
];
/* Copyright notice */
FONTINFO16
fi
;
/* FONTINFO structure */
}
fnt_hdrS
;
...
...
tools/fnt2fon.c
View file @
7ab35476
...
...
@@ -40,8 +40,8 @@
#include "pshpack1.h"
struct
_fnt_header
{
short
dfVersion
;
long
dfSize
;
SHORT
dfVersion
;
LONG
dfSize
;
char
dfCopyright
[
60
];
FONTINFO16
fi
;
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment