shell32: Fix compiler warnings for the Windows build.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Alexandre Julliard 2019-04-15 13:15:38 +02:00
parent 68f15fe36b
commit 06c7d3a945
2 changed files with 3 additions and 2 deletions

View File

@ -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. */ \

View File

@ -21,6 +21,7 @@
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include <stdio.h>