mirror of
https://github.com/reactos/reactos.git
synced 2026-05-24 16:20:07 +08:00
The LOGICAL (32-bit boolean) type is already defined for kernel-mode in the XDK/DDK ntdef.h header. Add the type in the NDK for usage in user-mode NT code also. The definition present in kmt_platform.h can now be removed, since it can now use the one from the NDK.