// xdebug internal header #ifndef _XDEBUG_ #define _XDEBUG_ #define _NEW_CRT new #define _DELETE_CRT(ptr) delete (ptr) #define _DELETE_CRT_VEC(ptr) delete[] (ptr) #define _STRING_CRT string #endif /* _XDEBUG_ */ /* * Copyright (c) 1992-2004 by P.J. Plauger. ALL RIGHTS RESERVED. * Consult your license regarding permissions and restrictions. V4.02:1476 */