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
8f923e38
Commit
8f923e38
authored
Oct 29, 2011
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Oct 31, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Fix numeric constants in dinput.h for LLP64 compilers.
Fixup for
f334333c
.
parent
f9f97505
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
dinput.h
include/dinput.h
+13
-13
No files found.
include/dinput.h
View file @
8f923e38
...
...
@@ -167,20 +167,20 @@ DECL_WINELIB_TYPE_AW(LPDIRECTINPUTDEVICE8)
#define DIERR_READONLY E_ACCESSDENIED
#define DIERR_HANDLEEXISTS E_ACCESSDENIED
#ifndef E_PENDING
#define E_PENDING
0x8000000A
#define E_PENDING
__MSABI_LONG(0x8000000A)
#endif
#define DIERR_INSUFFICIENTPRIVS
0x80040200
#define DIERR_DEVICEFULL
0x80040201
#define DIERR_MOREDATA
0x80040202
#define DIERR_NOTDOWNLOADED
0x80040203
#define DIERR_HASEFFECTS
0x80040204
#define DIERR_NOTEXCLUSIVEACQUIRED
0x80040205
#define DIERR_INCOMPLETEEFFECT
0x80040206
#define DIERR_NOTBUFFERED
0x80040207
#define DIERR_EFFECTPLAYING
0x80040208
#define DIERR_UNPLUGGED
0x80040209
#define DIERR_REPORTFULL
0x8004020A
#define DIERR_MAPFILEFAIL
0x8004020B
#define DIERR_INSUFFICIENTPRIVS
__MSABI_LONG(0x80040200)
#define DIERR_DEVICEFULL
__MSABI_LONG(0x80040201)
#define DIERR_MOREDATA
__MSABI_LONG(0x80040202)
#define DIERR_NOTDOWNLOADED
__MSABI_LONG(0x80040203)
#define DIERR_HASEFFECTS
__MSABI_LONG(0x80040204)
#define DIERR_NOTEXCLUSIVEACQUIRED
__MSABI_LONG(0x80040205)
#define DIERR_INCOMPLETEEFFECT
__MSABI_LONG(0x80040206)
#define DIERR_NOTBUFFERED
__MSABI_LONG(0x80040207)
#define DIERR_EFFECTPLAYING
__MSABI_LONG(0x80040208)
#define DIERR_UNPLUGGED
__MSABI_LONG(0x80040209)
#define DIERR_REPORTFULL
__MSABI_LONG(0x8004020A)
#define DIERR_MAPFILEFAIL
__MSABI_LONG(0x8004020B)
#define DIENUM_STOP 0
#define DIENUM_CONTINUE 1
...
...
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