Go to the documentation of this file.
10 #ifndef __LIBABW_INTERNAL_H__
11 #define __LIBABW_INTERNAL_H__
17 #define DELETEP(m) if (m) { delete m; m = 0; }
20 #define ABW_DEBUG_MSG(M) printf M
22 #define ABW_DEBUG_MSG(M)
25 #define ABW_NUM_ELEMENTS(array) sizeof(array)/sizeof(array[0])
Generated for libwpd by
doxygen 1.8.5