00001 // Copyright (c) 2007, Arne Steinarson 00002 // Licensing for DynObj project - see DynObj-license.txt in this folder 00003 00004 00005 // Select which do_new to use 00006 #if defined(DO_USE_RUNTIME) 00007 #if defined(DO_MAIN) 00008 // Use DoRunTime.h for optimal do_new 00009 #include "DoRunTime.h" 00010 #else // DO_MODULE 00011 // Alternative implementation 00012 #include "DynObjLib.h" 00013 #endif 00014 #endif 00015