reactos/sdk/include/xdk
Thomas Faber b957229c1b
[XDK] Fix a noisy clang warning in RTL_CONSTANT_STRING. CORE-14306
..\ntoskrnl\vdm\vdmmain.c(91,34): warning: expression does not compute the number of elements in this array; element type is 'unsigned short', not 'char' [-Wsizeof-array-div]
    UNICODE_STRING PhysMemName = RTL_CONSTANT_STRING(L"\\Device\\PhysicalMemory");
                                 ^                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\ROS\reactos\output-clang\sdk\include\psdk\ntdef.h(1542,15): note: expanded from macro 'RTL_CONSTANT_STRING'
    sizeof(s) / sizeof(_RTL_CONSTANT_STRING_type_check(s)), \
           ~  ^
..\ntoskrnl\vdm\vdmmain.c(91,34): note: place parentheses around the 'sizeof (_RTL_CONSTANT_STRING_type_check(L"\\Device\\PhysicalMemory"))' expression to silence this warning
C:\ROS\reactos\output-clang\sdk\include\psdk\ntdef.h(1542,15): note: expanded from macro 'RTL_CONSTANT_STRING'
    sizeof(s) / sizeof(_RTL_CONSTANT_STRING_type_check(s)), \
              ^
1 warning generated.
2020-08-23 12:10:12 +02:00
..
amd64
arm
ia64
mips
ppc
x86
ccfuncs.h
cctypes.h
CMakeLists.txt
cmfuncs.h
cmtypes.h [NDK][XDK] Add 3 CM_RESOURCE_INTERRUPT_* defines (#2755) 2020-05-14 14:31:53 +02:00
devioctl.template.h
exfuncs.h [XDK] Introduce ExAllocate*Zero and ExAllocate*Uninitialized functions 2020-07-26 14:10:52 +03:00
extypes.h
fsrtlfuncs.h
fsrtltypes.h
halfuncs.h
haltypes.h
interlocked.h [XDK] Avoid defining interlocked intrinsics. CORE-17190 2020-08-14 11:08:45 +02:00
iofuncs.h
iotypes.h [XDK] Introduce ExAllocate*Zero and ExAllocate*Uninitialized functions 2020-07-26 14:10:52 +03:00
kdfuncs.h
kdtypes.h
kefuncs.h [NETKVM] Import NetKVM network adapter driver by Red Hat 2020-04-23 16:33:09 +03:00
ketypes.h
mmfuncs.h
mmtypes.h
ntbasedef.h
ntddk.template.h
ntdef.template.h [XDK] Fix a noisy clang warning in RTL_CONSTANT_STRING. CORE-14306 2020-08-23 12:10:12 +02:00
ntifs.template.h
nttmapi.h
obfuncs.h
obtypes.h
pofuncs.h
potypes.h
psfuncs.h
pstypes.h
rtlfuncs.h
rtltypes.h
sefuncs.h
setypes.h
sspi.h
wdm.template.h
winnt.template.h
winnt_old.h [PSDK][XDK] Move 2 aliases to psdk/winbase.h from xdk/winnt_old.h 2020-03-06 18:26:01 +01:00
wmifuncs.h
wmitypes.h
zwfuncs.h