[REACTOS] Fix a number of MSVC warnings

This commit is contained in:
Timo Kreuzer 2021-06-29 18:50:15 +02:00
parent b1c6c91d1f
commit 5d8e834897
43 changed files with 175 additions and 86 deletions

View file

@ -20,6 +20,7 @@ Abstract:
typedef PVOID PBCB; //**** Bcb's are now part of the cache module
#ifdef __REACTOS__
#undef __volatile
#define __volatile volatile
#endif

View file

@ -42,7 +42,7 @@ NpReadAlias(
{
PNPFS_QUERY_VALUE_CONTEXT QueryContext = Context;
PWSTR CurrentString;
USHORT Length;
SIZE_T Length;
PNPFS_ALIAS CurrentAlias;
UNICODE_STRING TempString;
PUNICODE_STRING CurrentTargetName;