mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 15:02:01 +00:00
[REACTOS] Fix a number of MSVC warnings
This commit is contained in:
parent
b1c6c91d1f
commit
5d8e834897
43 changed files with 175 additions and 86 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue