// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
-#ifndef __MEMORYH__
-#define __MEMORYH__
+#ifndef _WX_MEMORYH__
+#define _WX_MEMORYH__
#ifdef __GNUG__
#pragma interface "memory.h"
info, or to be a straight call to the new operator.
*/
-#if (WXDEBUG && USE_MEMORY_TRACING) || USE_WXDEBUG_CONTEXT
+#if (WXDEBUG && USE_MEMORY_TRACING) || USE_DEBUG_CONTEXT
#include <stddef.h>
#endif // WXDEBUG
#endif
- // __MEMORYH__
+ // _WX_MEMORYH__