Re: [PATCH 02/17] boolean is a typedef under MSVC, so rename variable to 'i_boolean'
From: Marius Storm-Olsen <hidden> Date: 2016-06-15 22:47:24
Marius Storm-Olsen said the following on 14.09.2009 15:11:
With MSVC 'boolean' is already a typedef to unsigned char in the
rpcndr.h in the SDK. So, just rename to 'i_boolean' to avoid
conflicts in this one file, instead of any include magic.
This patch can actually be dropped, since patch 12 makes the windows.h
include "Lean and Mean", and rpcndr.h is not indirectly include
anymore. Sorry for not spotting this before sending the series..
--
.marius