#2244 closed defect (invalid)
base/engine.cpp uses undefined _HEAPOK
Reported by: | SF/florob | Owned by: | Kirben |
---|---|---|---|
Priority: | normal | Component: | Port: Win32 |
Version: | Keywords: | ||
Cc: | Game: |
Description
In latest CVS base/engine.cpp uses _HEAPOK if compiled under Windows, but none of the includes of this file define _HEAPOK, so compilation crashes.
Ticket imported from: #1324715. Ticket imported from: bugs/2244.
Change History (4)
comment:1 by , 19 years ago
Owner: | set to |
---|---|
Resolution: | → invalid |
Status: | new → closed |
comment:2 by , 19 years ago
comment:3 by , 19 years ago
Would it be possible to check for Mingw version, or give a warning if _HEAPOK is not defined, so this is more obvious to the user?
comment:4 by , 6 years ago
Component: | --Unset-- → Port: Win32 |
---|
Note:
See TracTickets
for help on using tickets.
If you are using mingw, update the mingw-runtime-to current version (3.8).