mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
2791ecd303
ProcessUserModeIOPL, ProcessWow64Information and ThreadZeroTlsCell classes fail on AMD64 build because of wrong IQS values assigned to them. Also explicitly tell the compiler that ProcessUserModeIOPL is strictly for x86 as user mode I/O privilege level is 32-bit stuff. In addition to that, implement IQS_NO_TYPE_LENGTH macro which it'll be used for classes such as ProcessUserModeIOPL where type length is not required and that it should be 0. With that said, we indirectly fix a size length mismatch issue with ProcessUserModeIOPL on 32-bit of ReactOS as well. |
||
---|---|---|
.. | ||
amd64 | ||
arm | ||
i386 | ||
apphelp.c | ||
debug.c | ||
job.c | ||
kill.c | ||
process.c | ||
psmgr.c | ||
psnotify.c | ||
query.c | ||
quota.c | ||
security.c | ||
state.c | ||
thread.c | ||
win32.c |