Ticket #10167 (closed defect: fixed)
wx/db.h undefines BOOL
| Reported by: | dirtyepic@… | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wxUniv (any port) | Version: | 2.8.9 |
| Keywords: | Cc: | ||
| Blocked By: | Patch: | yes | |
| Blocking: |
Description
db.h in 2.8.9 unconditionally undefines BOOL, which causes build failures with packages like truecrypt where the build system passes -DBOOL=int to the compiler. db.h should define BOOL if needed, and undefine it only when it defined it in the first place.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

