1
0
forked from 0ad/0ad

Updated binaries, and ScEd.

This was SVN commit r2129.
This commit is contained in:
Ykkrosh 2005-04-13 05:08:45 +00:00
parent c5bb56507e
commit b3cd340eec
4 changed files with 8 additions and 0 deletions

View File

@ -7,6 +7,8 @@
#include "BrushShapeEditorDlgBar.h"
#undef _IGNORE_WGL_H_
#undef CRect // because it was redefined to PS_Rect in Overlay.h
BEGIN_MESSAGE_MAP(CBrushShapeEditorDlgBar, CDialogBar)
//{{AFX_MSG_MAP(CBrushShapeEditorDlgBar)
// NOTE - the ClassWizard will add and remove mapping macros here.

View File

@ -22,6 +22,8 @@
#include "res/vfs.h"
#undef CRect // because it was redefined to PS_Rect in Overlay.h
int g_ClickMode=0;
static unsigned int GetModifierKeyFlags()

View File

@ -13,6 +13,8 @@
#include "UIGlobals.h"
#undef _IGNORE_WGL_H_
#undef CRect // because it was redefined to PS_Rect in Overlay.h
BEGIN_MESSAGE_MAP(CUnitPropertiesDlgBar, CDialogBar)
//{{AFX_MSG_MAP(CUnitPropertiesDlgBar)
// NOTE - the ClassWizard will add and remove mapping macros here.

View File

@ -10,6 +10,8 @@
#include "BaseEntityCollection.h"
#undef CRect // because it was redefined to PS_Rect in Overlay.h
BEGIN_MESSAGE_MAP(CUnitToolsDlgBar, CDialogBar)
//{{AFX_MSG_MAP(CUnitToolsDlgBar)
// NOTE - the ClassWizard will add and remove mapping macros here.