[PATCH 1/4] mshtml: Get rid of PRBool in nsiface.idl

Jacek Caban jacek at codeweavers.com
Thu Mar 15 05:54:15 CDT 2012


Mozilla has switched from PRBool (which is a portable NSPR type for
bools) to C++ bool. I've originally abused PRBool, making it the same as
bool, to make an already big patch smaller. However, PRBool is an
existing NSPR type, so using it in place of bool may be misleading.
---
 dlls/mshtml/nsiface.idl |  753
++++++++++++++++++++++++-----------------------
 1 files changed, 377 insertions(+), 376 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-mshtml-Get-rid-of-PRBool-in-nsiface.idl.diff
Type: text/x-patch
Size: 95503 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20120315/74f0e306/attachment-0001.bin>


More information about the wine-patches mailing list