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
3095e5af
Commit
3095e5af
authored
Sep 12, 2005
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed the binary layout gcc hacks to do the right thing for gcc 4.0.
parent
d3dba4e5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
shlobj.h
include/shlobj.h
+4
-4
No files found.
include/shlobj.h
View file @
3095e5af
...
...
@@ -606,7 +606,7 @@ typedef struct
BOOL
fShowSuperHidden
:
1
;
BOOL
fNoNetCrawling
:
1
;
DWORD
:
0
;
/* Required for proper binary layout with gcc */
UINT
:
15
;
/* Required for proper binary layout with gcc */
DWORD
dwWin95Unused
;
UINT
uWin95Unused
;
LONG
lParamSort
;
...
...
@@ -617,7 +617,7 @@ typedef struct
BOOL
fStartPanelOn
:
1
;
BOOL
fShowStartPage
:
1
;
UINT
fSpareFlags
:
13
;
UINT
:
0
;
/* Required for proper binary layout with gcc */
UINT
:
15
;
/* Required for proper binary layout with gcc */
}
SHELLSTATE
,
*
LPSHELLSTATE
;
/**********************************************************************
...
...
@@ -641,7 +641,7 @@ typedef struct
BOOL
fHideIcons
:
1
;
UINT
fRestFlags
:
3
;
UINT
:
0
;
/* Required for proper binary layout with gcc */
UINT
:
15
;
/* Required for proper binary layout with gcc */
}
SHELLFLAGSTATE
,
*
LPSHELLFLAGSTATE
;
VOID
WINAPI
SHGetSettings
(
LPSHELLFLAGSTATE
lpsfs
,
DWORD
dwMask
);
...
...
@@ -1156,7 +1156,7 @@ typedef struct {
BOOL
fDontPrettyNames
:
1
;
BOOL
fAdminsCreateCommonGroups
:
1
;
UINT
fUnusedFlags
:
7
;
UINT
:
0
;
/* Required for proper binary layout with gcc */
UINT
:
15
;
/* Required for proper binary layout with gcc */
UINT
fMenuEnumFilter
;
}
CABINETSTATE
,
*
LPCABINETSTATE
;
...
...
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