void * operator new (size_t size, char * fileName, int lineNum);
void operator delete (void * buf);
+#if !( defined (_MSC_VER) && (_MSC_VER <= 800) )
void * operator new[] (size_t size, char * fileName, int lineNum);
void operator delete[] (void * buf);
+#endif
#define new WXDEBUG_NEW
#define wxGauge wxGauge95
#define classwxGauge classwxGauge95
#else
-#include "wx/msw/gaugemsw.h
+#include "wx/msw/gaugemsw.h"
#define wxGauge wxGaugeMSW
#define classwxGauge classwxGaugeMSW
#endif
// Operations
- bool Create(wxWindow *parent, const wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize,
- const long style = 0, const wxString& name = "tabCtrl");
+ bool Create(wxWindow *parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize,
+ long style = 0, const wxString& name = "tabCtrl");
// Delete all items
bool DeleteAllItems();