[NDK]: Guard the Bitmap API prototypes in a NTOS_MODE_USER, so that a driver that...
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Thu, 4 May 2017 16:12:52 +0000 (16:12 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Thu, 4 May 2017 16:12:52 +0000 (16:12 +0000)
commit720092b8e7de441132c69658ab28dbf5e36a4545
tree006474a7caf90044d5972b9ddb0d705a81d1597a
parent00c641a9eced3b45073765e6ecfd3185033644cc
[NDK]: Guard the Bitmap API prototypes in a NTOS_MODE_USER, so that a driver that includes both wdm.h and ndk/rtlfuncs.h for whatever reason does not include twice the bitmap API.
This in particular fixes compilation under x64 due to the fact that, in x64, one of these API is declared (force)inline and the compiler complained that this function already had a body.

svn path=/trunk/; revision=74477
reactos/sdk/include/ndk/rtlfuncs.h