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
8a191ff5
Commit
8a191ff5
authored
Jul 19, 2002
by
Gregg Mattinson
Committed by
Alexandre Julliard
Jul 19, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Avoid structures or arrays of size 0.
parent
963985b3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
user.h
dlls/ddraw/ddraw/user.h
+1
-0
fakezbuffer.h
dlls/ddraw/dsurface/fakezbuffer.h
+1
-0
ntddk.h
include/ntddk.h
+1
-1
cvinclude.h
tools/winedump/cvinclude.h
+1
-2
No files found.
dlls/ddraw/ddraw/user.h
View file @
8a191ff5
...
...
@@ -25,6 +25,7 @@
typedef
struct
{
int
empty
;
/* empty */
}
User_DirectDrawImpl_Part
;
...
...
dlls/ddraw/dsurface/fakezbuffer.h
View file @
8a191ff5
...
...
@@ -21,6 +21,7 @@
struct
FakeZBuffer_DirectDrawSurfaceImpl_Part
{
int
dummy
;
};
typedef
struct
...
...
include/ntddk.h
View file @
8a191ff5
...
...
@@ -334,7 +334,7 @@ typedef struct {
DWORD
dwPrivateBytes
;
DWORD
dwPageFileBytes
;
DWORD
dwUnknown7
[
4
];
THREADINFO
ti
[
0
];
THREADINFO
ti
[
1
];
}
SYSTEM_PROCESS_INFORMATION
;
typedef
struct
{
...
...
tools/winedump/cvinclude.h
View file @
8a191ff5
...
...
@@ -154,7 +154,7 @@ typedef struct OMFSegMap
{
unsigned
short
cSeg
;
unsigned
short
cSegLog
;
OMFSegMapDesc
rgDesc
[
0
];
/* OMFSegMapDesc rgDesc[0];*/
}
OMFSegMap
;
...
...
@@ -185,4 +185,3 @@ typedef struct OMFSourceModule
unsigned
short
cSeg
;
unsigned
long
baseSrcFile
[
1
];
}
OMFSourceModule
;
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