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
5534cde7
Commit
5534cde7
authored
Apr 09, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: The magic HKEY_* handles should be sign-extended on 64-bit.
parent
f212579a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
winreg.h
include/winreg.h
+7
-7
No files found.
include/winreg.h
View file @
5534cde7
...
@@ -25,13 +25,13 @@
...
@@ -25,13 +25,13 @@
extern
"C"
{
extern
"C"
{
#endif
/* defined(__cplusplus) */
#endif
/* defined(__cplusplus) */
#define HKEY_CLASSES_ROOT ((HKEY)
0x80000000)
#define HKEY_CLASSES_ROOT ((HKEY)
(LONG_PTR)(LONG)
0x80000000)
#define HKEY_CURRENT_USER ((HKEY)
0x80000001)
#define HKEY_CURRENT_USER ((HKEY)
(LONG_PTR)(LONG)
0x80000001)
#define HKEY_LOCAL_MACHINE ((HKEY)
0x80000002)
#define HKEY_LOCAL_MACHINE ((HKEY)
(LONG_PTR)(LONG)
0x80000002)
#define HKEY_USERS ((HKEY)
0x80000003)
#define HKEY_USERS ((HKEY)
(LONG_PTR)(LONG)
0x80000003)
#define HKEY_PERFORMANCE_DATA ((HKEY)
0x80000004)
#define HKEY_PERFORMANCE_DATA ((HKEY)
(LONG_PTR)(LONG)
0x80000004)
#define HKEY_CURRENT_CONFIG ((HKEY)
0x80000005)
#define HKEY_CURRENT_CONFIG ((HKEY)
(LONG_PTR)(LONG)
0x80000005)
#define HKEY_DYN_DATA ((HKEY)
0x80000006)
#define HKEY_DYN_DATA ((HKEY)
(LONG_PTR)(LONG)
0x80000006)
/*
/*
* registry provider structs
* registry provider structs
...
...
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