wrap operator new call site in nommgr.h / mmgr.h

This was SVN commit r1827.
This commit is contained in:
janwas 2005-01-26 16:22:08 +00:00
parent c756aff9c5
commit bc1c05b7db

View File

@ -384,7 +384,9 @@ extern "C" FARPROC WINAPI __delayLoadHelper2(PCImgDelayDescr pidd, FARPROC* ppfn
if (hmodT != hmod) {
// add lib to unload list if we have unload data
if (pidd->rvaUnloadIAT) {
#include "nommgr.h"
new ULI(pidd);
#include "mmgr.h"
}
}
else {