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
1b3f6474
Commit
1b3f6474
authored
Apr 01, 2009
by
Jacek Caban
Committed by
Alexandre Julliard
Apr 01, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
basetsd.h: Added HANDLE_PTR and SHANDLE_PTR typedefs.
parent
2a9b2686
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
basetsd.h
include/basetsd.h
+4
-0
No files found.
include/basetsd.h
View file @
1b3f6474
...
...
@@ -116,6 +116,8 @@ typedef unsigned __int64 DWORD_PTR, *PDWORD_PTR;
#define MININT_PTR 0x8000000000000000
#define MAXUINT_PTR 0xffffffffffffffff
typedef
__int64
SHANDLE_PTR
;
typedef
unsigned
__int64
HANDLE_PTR
;
typedef
int
HALF_PTR
,
*
PHALF_PTR
;
typedef
unsigned
int
UHALF_PTR
,
*
PUHALF_PTR
;
...
...
@@ -209,6 +211,8 @@ typedef ULONG_PTR DWORD_PTR, *PDWORD_PTR;
#define MININT_PTR 0x80000000
#define MAXUINT_PTR 0xffffffff
typedef
long
SHANDLE_PTR
;
typedef
unsigned
long
HANDLE_PTR
;
typedef
signed
short
HALF_PTR
,
*
PHALF_PTR
;
typedef
unsigned
short
UHALF_PTR
,
*
PUHALF_PTR
;
...
...
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