1
0
forked from 0ad/0ad
Go to file
janwas 3e82535375 wdll: fixed operator_new (discussed at meeting) issue - turns out that was a bad idea. unless mmgr.h is included, operator_new isn't defined, so it's taken to be a function => it was never getting called in wdll
defining operator_new in a global file is a bad idea-  if we forget
that, hard-to-track errors result
so, no more operator new; instead, #include "nommgr.h" before local
operator new definitions and #include "mmgr.h" again afterwards

This was SVN commit r1824.
2005-01-26 01:05:22 +00:00
binaries Revised online manual. Added placeholder rollovers to all units. Improved coordinate system. 2005-01-25 22:43:07 +00:00
build Made the compiler find dbghelp.(lib|h) 2005-01-26 00:37:03 +00:00
source wdll: fixed operator_new (discussed at meeting) issue - turns out that was a bad idea. unless mmgr.h is included, operator_new isn't defined, so it's taken to be a function => it was never getting called in wdll 2005-01-26 01:05:22 +00:00
.gitattributes Initial revision 2003-09-21 21:24:53 +00:00