RESOLVED WONTFIX 56668
[WK2] Avoid the use of bool in the C API
https://bugs.webkit.org/show_bug.cgi?id=56668
Summary [WK2] Avoid the use of bool in the C API
Alejandro G. Castro
Reported 2011-03-18 13:13:04 PDT
We are currently using bool in the C API, this type forces the include of stdbool.h in the C programs. If this is not expected we could define a webkit bool type and convert in the API.
Attachments
Sam Weinig
Comment 1 2011-03-20 12:53:43 PDT
I don't think we should fix this. CoreFoundation, the API the WebKit2 API is loosely based on does this, and it has not be an issue in practice.
Note You need to log in before you can comment on or make changes to this bug.