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
4c236530
Commit
4c236530
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: Removed no longer needed field (wStringTableOffset) in Globals.
parent
a1072794
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
winhelp.c
programs/winhelp/winhelp.c
+1
-1
winhelp.h
programs/winhelp/winhelp.h
+0
-1
No files found.
programs/winhelp/winhelp.c
View file @
4c236530
...
...
@@ -55,7 +55,7 @@ static void WINHELP_DeleteWindow(WINHELP_WINDOW*);
static
void
WINHELP_SetupText
(
HWND
hWnd
);
static
WINHELP_LINE_PART
*
WINHELP_IsOverLink
(
WINHELP_WINDOW
*
,
WPARAM
,
LPARAM
);
WINHELP_GLOBALS
Globals
=
{
3
,
NULL
,
NULL
,
0
,
TRUE
,
NULL
,
NULL
,
NULL
,
NULL
};
WINHELP_GLOBALS
Globals
=
{
3
,
NULL
,
NULL
,
TRUE
,
NULL
,
NULL
,
NULL
,
NULL
};
/***********************************************************************
...
...
programs/winhelp/winhelp.h
View file @
4c236530
...
...
@@ -159,7 +159,6 @@ typedef struct
UINT
wVersion
;
HANDLE
hInstance
;
HWND
hPopupWnd
;
UINT
wStringTableOffset
;
BOOL
isBook
;
WINHELP_WINDOW
*
active_win
;
WINHELP_WINDOW
*
win_list
;
...
...
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