class WXDLLEXPORT wxNotebookEvent : public wxCommandEvent
{
public:
- wxNotebookEvent(WXTYPE commandType = 0, int id = 0,
+ wxNotebookEvent(WXTYPE commandType = wxEVT_NULL, int id = 0,
int nSel = -1, int nOldSel = -1)
: wxCommandEvent(commandType, id) { m_nSel = nSel; m_nOldSel = nOldSel; }
#pragma interface "oleutils.h"
#endif
+#include "wx/defs.h"
+
// ============================================================================
// General purpose functions and macros
// ============================================================================
// Debugging support
// ============================================================================
-#ifdef __DEBUG__
-
+#if defined(__DEBUG__) && defined(_MSC_VER) && (_MSC_VER > 1000)
// ----------------------------------------------------------------------------
//
// ----------------------------------------------------------------------------
// Debug support
// ----------------------------------------------------------------------------
-#ifdef __DEBUG__
-
+#if defined(__DEBUG__) && defined(_MSC_VER) && (_MSC_VER > 1000)
const char *GetIidName(REFIID riid)
{
// an association between symbolic name and numeric value of an IID