Opened 4 years ago
Closed 4 years ago
#11678 closed defect (fixed)
ULTIMA4: fails to build for symbian
Reported by: | fedor4ever | Owned by: | dreammaster |
---|---|---|---|
Priority: | normal | Component: | Engine: Ultima |
Version: | Keywords: | ||
Cc: | fedor4ever | Game: | Ultima IV: Quest of the Avatar |
Description
Function named
void ASSERT(bool exp, const char *desc, ...);
declared in scummvm\engines\ultima\ultima4\core\utils.h conflicts with builtin macro ASSERT(x)
.
Why choose that literally keyword as function name?
Attachments (1)
Change History (2)
by , 4 years ago
Attachment: | utils.h.diff added |
---|
comment:1 by , 4 years ago
Game: | → Ultima IV: Quest of the Avatar |
---|---|
Owner: | set to |
Resolution: | → fixed |
Status: | new → closed |
Summary: | ULTIMA ENGINE: fails to build for symbian → ULTIMA4: fails to build for symbian |
Note:
See TracTickets
for help on using tickets.
The given function was named that in the original xu4 project, and I wasn't previously aware of any conflict. I've now renamed it to avoid the conflict.