don't compile in VC++ 4.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@186
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
class WXDLLEXPORT wxNotebookEvent : public wxCommandEvent
{
public:
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; }
int nSel = -1, int nOldSel = -1)
: wxCommandEvent(commandType, id) { m_nSel = nSel; m_nOldSel = nOldSel; }
#pragma interface "oleutils.h"
#endif
#pragma interface "oleutils.h"
#endif
// ============================================================================
// General purpose functions and macros
// ============================================================================
// ============================================================================
// General purpose functions and macros
// ============================================================================
// Debugging support
// ============================================================================
// Debugging support
// ============================================================================
+#if defined(__DEBUG__) && defined(_MSC_VER) && (_MSC_VER > 1000)
// ----------------------------------------------------------------------------
//
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
//
// ----------------------------------------------------------------------------
// Debug support
// ----------------------------------------------------------------------------
// Debug support
// ----------------------------------------------------------------------------
+#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
const char *GetIidName(REFIID riid)
{
// an association between symbolic name and numeric value of an IID