* Remove annoying usage of DEBUG_NEW since it seems to be causing compile errors at seemingly random times (which is _no_ fun)

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2233 4a71c877-e1ca-e34f-864e-861f7616d084
master
Giel van Schijndel 2007-07-27 22:42:59 +00:00
parent 84f7676349
commit d6ee80ee25
23 changed files with 0 additions and 92 deletions

View File

@ -26,10 +26,6 @@
#include "btedit.h"
#include "autoflagdialog.hpp"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
/////////////////////////////////////////////////////////////////////////////
// AutoFlagDialog dialog

View File

@ -30,10 +30,6 @@
#include "debugprint.hpp"
#include "assert.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
extern DWORD g_Flags[MAXTILES];
extern CUndoRedo *g_UndoRedo;

View File

@ -32,10 +32,6 @@
#include "brushprop.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
/////////////////////////////////////////////////////////////////////////////
// CBrushProp dialog

View File

@ -32,10 +32,6 @@
#include "bteditview.h"
//#include "debugwin.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
/////////////////////////////////////////////////////////////////////////////
// CBTEditApp

View File

@ -48,10 +48,6 @@
#include <string>
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
#define MAX_FILESTRING 512
extern char g_HomeDirectory[1024];

View File

@ -37,10 +37,6 @@
#include "objectproperties.h"
#include "keyhandler.hpp"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
#define KEY_SEAUP 'U'
#define KEY_SEADOWN 'J'
#define KEY_ORBITLEFT 188 //','

View File

@ -29,10 +29,6 @@
#include "debugprint.hpp"
#include "expandlimitsdlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
/////////////////////////////////////////////////////////////////////////////
// CExpandLimitsDlg dialog

View File

@ -28,10 +28,6 @@
#include "btedit.h"
#include "exportinfo.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
/////////////////////////////////////////////////////////////////////////////
// CExportInfo dialog

View File

@ -28,10 +28,6 @@
#include "btedit.h"
#include "infodialog.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
/////////////////////////////////////////////////////////////////////////////
// CInfoDialog dialog

View File

@ -29,10 +29,6 @@
#include "debugprint.hpp"
#include "initiallimitsdlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
/////////////////////////////////////////////////////////////////////////////
// CInitialLimitsDlg dialog

View File

@ -29,10 +29,6 @@
#include "debugprint.hpp"
#include "limitsdialog.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
/////////////////////////////////////////////////////////////////////////////
// CLimitsDialog dialog

View File

@ -35,10 +35,6 @@
#include "textureview.h"
#include "wfview.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
extern int g_MaxXRes; // 3d view size.
extern int g_MaxYRes;
int g_DispXRes;

View File

@ -28,10 +28,6 @@
#include "btedit.h"
#include "mapprefs.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
/////////////////////////////////////////////////////////////////////////////
// CMapPrefs dialog

View File

@ -28,10 +28,6 @@
#include "btedit.h"
#include "objectproperties.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
/////////////////////////////////////////////////////////////////////////////
// CObjectProperties dialog

View File

@ -28,10 +28,6 @@
#include "btedit.h"
#include "pasteprefs.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
/////////////////////////////////////////////////////////////////////////////
// CPastePrefs dialog

View File

@ -28,10 +28,6 @@
#include "btedit.h"
#include "playermap.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
/////////////////////////////////////////////////////////////////////////////
// CPlayerMap dialog

View File

@ -27,10 +27,6 @@
#include "stdafx.h"
#include "savesegmentdialog.hpp"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
/////////////////////////////////////////////////////////////////////////////
// SaveSegmentDialog dialog

View File

@ -29,10 +29,6 @@
#include "snapprefs.h"
//#include "datatypes.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
/////////////////////////////////////////////////////////////////////////////
// CSnapPrefs dialog

View File

@ -29,10 +29,6 @@
#include "bteditdoc.h"
#include "tdview.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
/////////////////////////////////////////////////////////////////////////////
// CTDView

View File

@ -33,10 +33,6 @@
#include <fstream>
#include <string>
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
extern char g_HomeDirectory[1024];
/////////////////////////////////////////////////////////////////////////////

View File

@ -28,10 +28,6 @@
#include "btedit.h"
#include "textureprefs.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
/////////////////////////////////////////////////////////////////////////////
// CTexturePrefs dialog

View File

@ -32,10 +32,6 @@
#include "autoflagdialog.hpp"
#include "debugprint.hpp"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
/////////////////////////////////////////////////////////////////////////////
// CTextureView

View File

@ -36,10 +36,6 @@
#include "objectproperties.h"
#include "keyhandler.hpp"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
#define KEY_ROTATETILE 'R'
#define KEY_ROTATETILE2 'E'
#define KEY_XFLIPTILE 'X'