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
4e4460ea
Commit
4e4460ea
authored
Jan 08, 2004
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
There's no need for DUMMYUNIONNAME in private headers.
parent
201da337
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
d3dcore_gl.h
dlls/d3d8/d3dcore_gl.h
+2
-2
twain.h
dlls/twain/twain.h
+1
-1
mmsystem16.h
include/wine/mmsystem16.h
+4
-4
No files found.
dlls/d3d8/d3dcore_gl.h
View file @
4e4460ea
...
...
@@ -304,9 +304,9 @@ typedef struct Direct3DVertexStridedData {
Direct3DStridedData
diffuse
;
Direct3DStridedData
specular
;
Direct3DStridedData
texCoords
[
8
];
}
DUMMYSTRUCTNAME
;
}
s
;
Direct3DStridedData
input
[
16
];
/* Indexed by constants in D3DVSDE_REGISTER */
}
DUMMYUNIONNAME
;
}
u
;
}
Direct3DVertexStridedData
;
#define USE_GL_FUNC(type, pfn) type pfn;
...
...
dlls/twain/twain.h
View file @
4e4460ea
...
...
@@ -335,7 +335,7 @@ typedef struct {
union
{
TW_UINT32
EOJ
;
TW_UINT32
Reserved
;
}
DUMMYUNIONNAME
;
}
u
;
}
TW_PENDINGXFERS
,
FAR
*
pTW_PENDINGXFERS
;
/* DAT_RGBRESPONSE */
...
...
include/wine/mmsystem16.h
View file @
4e4460ea
...
...
@@ -330,11 +330,11 @@ typedef struct {
struct
{
LONG
lMinimum
;
/* signed minimum for this control */
LONG
lMaximum
;
/* signed maximum for this control */
}
DUMMYSTRUCTNAME
;
}
s
;
struct
{
DWORD
dwMinimum
;
/* unsigned minimum for this control */
DWORD
dwMaximum
;
/* unsigned maximum for this control */
}
DUMMYSTRUCTNAME
1
;
}
s
1
;
DWORD
dwReserved
[
6
];
}
Bounds
;
union
{
...
...
@@ -350,7 +350,7 @@ typedef struct {
union
{
DWORD
dwControlID
;
/* MIXER_GETLINECONTROLSF_ONEBYID */
DWORD
dwControlType
;
/* MIXER_GETLINECONTROLSF_ONEBYTYPE */
}
DUMMYUNIONNAME
;
}
u
;
DWORD
cControls
;
/* count of controls pmxctrl points to */
DWORD
cbmxctrl
;
/* size in bytes of _one_ MIXERCONTROL */
SEGPTR
pamxctrl
;
/* pointer to first MIXERCONTROL array */
...
...
@@ -363,7 +363,7 @@ typedef struct {
union
{
HWND16
hwndOwner
;
/* for MIXER_SETCONTROLDETAILSF_CUSTOM */
DWORD
cMultipleItems
;
/* if _MULTIPLE, the number of items per channel */
}
DUMMYUNIONNAME
;
}
u
;
DWORD
cbDetails
;
/* size of _one_ details_XX struct */
LPVOID
paDetails
;
/* pointer to array of details_XX structs */
}
MIXERCONTROLDETAILS16
,
*
LPMIXERCONTROLDETAILS16
;
...
...
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