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
06c7d3a9
Commit
06c7d3a9
authored
Apr 15, 2019
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Fix compiler warnings for the Windows build.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
68f15fe3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
shfldr_unixfs.c
dlls/shell32/shfldr_unixfs.c
+2
-2
trash.c
dlls/shell32/trash.c
+1
-0
No files found.
dlls/shell32/shfldr_unixfs.c
View file @
06c7d3a9
...
...
@@ -165,10 +165,10 @@
#include "pidl.h"
#include "debughlp.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
shell
);
#if !defined(__MINGW32__) && !defined(_MSC_VER)
WINE_DEFAULT_DEBUG_CHANNEL
(
shell
);
#define LEN_SHITEMID_FIXED_PART ((USHORT) \
( sizeof(USHORT)
/* SHITEMID's cb field. */
\
+ sizeof(PIDLTYPE)
/* PIDLDATA's type field. */
\
...
...
dlls/shell32/trash.c
View file @
06c7d3a9
...
...
@@ -21,6 +21,7 @@
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include <stdio.h>
...
...
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