00001 /* 00002 Free Download Manager Copyright (c) 2003-2007 FreeDownloadManager.ORG 00003 Open Download Manager Copyright (c) 2008-2010 OpenDownloadManager.ORG 00004 */ 00005 00006 #ifndef __FDMBTSUPP_COMMON_H_ 00007 #define __FDMBTSUPP_COMMON_H_ 00008 00009 #define SAFE_DELETE(p) {if (p) {delete p; p = NULL;}} 00010 00011 #endif
1.5.6