mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 11:53:32 +00: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.