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
96388c85
Commit
96388c85
authored
Oct 11, 1998
by
Eric Kohl
Committed by
Alexandre Julliard
Oct 11, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added tracking support and fixed loading of resource strings.
Added unregister code.
parent
37d68ef5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
159 additions
and
34 deletions
+159
-34
tooltips.c
dlls/comctl32/tooltips.c
+157
-33
tooltips.h
include/tooltips.h
+2
-1
No files found.
dlls/comctl32/tooltips.c
View file @
96388c85
This diff is collapsed.
Click to expand it.
include/tooltips.h
View file @
96388c85
...
...
@@ -54,6 +54,7 @@ typedef struct tagTOOLTIPS_INFO
}
TOOLTIPS_INFO
;
extern
void
TOOLTIPS_Register
(
void
);
extern
VOID
TOOLTIPS_Register
(
VOID
);
extern
VOID
TOOLTIPS_Unregister
(
VOID
);
#endif
/* __WINE_TOOLTIPS_H */
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