Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
a1072794
Commit
a1072794
authored
Apr 18, 2008
by
Eric Pouech
Committed by
Alexandre Julliard
Apr 21, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winhelp: Moved all static data used when parsing HLP files into the internal structures.
parent
d58ab515
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
hlpfile.c
programs/winhelp/hlpfile.c
+0
-0
hlpfile.h
programs/winhelp/hlpfile.h
+10
-1
No files found.
programs/winhelp/hlpfile.c
View file @
a1072794
This diff is collapsed.
Click to expand it.
programs/winhelp/hlpfile.h
View file @
a1072794
...
...
@@ -2,7 +2,7 @@
* Help Viewer
*
* Copyright 1996 Ulrich Schmid
* 2002 Eric Pouech
* 2002
, 2008
Eric Pouech
* 2007 Kirill K. Smirnov
*
* This library is free software; you can redistribute it and/or
...
...
@@ -118,6 +118,8 @@ typedef struct
typedef
struct
tagHlpFileFile
{
BYTE
*
file_buffer
;
UINT
file_buffer_size
;
LPSTR
lpszPath
;
LPSTR
lpszTitle
;
LPSTR
lpszCopyright
;
...
...
@@ -143,6 +145,13 @@ typedef struct tagHlpFileFile
unsigned
short
compressed
;
unsigned
hasPhrases
;
/* file has |Phrases */
unsigned
hasPhrases40
;
/* file has |PhrIndex/|PhrImage */
UINT
num_phrases
;
unsigned
*
phrases_offsets
;
char
*
phrases_buffer
;
BYTE
**
topic_map
;
BYTE
*
topic_end
;
UINT
topic_maplen
;
unsigned
numBmps
;
HBITMAP
*
bmps
;
...
...
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