Navigation Menu

Skip to content

Commit

Permalink
VS2010 compatibility changes
Browse files Browse the repository at this point in the history
  • Loading branch information
worstje committed Sep 15, 2010
1 parent 347fdc1 commit a9ec61a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions dialogs/world_prefs/TreePropertySheet.h
Expand Up @@ -34,6 +34,11 @@ enum {
tps_capborder_flow=2
};

class CTreePropertySheet : public CPropertySheet
{
DECLARE_DYNAMIC(CTreePropertySheet)

// Inner class CMemDC because having it outside conflicts with MSVC2008 Feature Pack and above
class CMemDC : public CDC {
public:
CBitmap m_MemBmp,*m_pOldBmp;
Expand Down Expand Up @@ -98,10 +103,6 @@ class CMemDC : public CDC {
}
};

class CTreePropertySheet : public CPropertySheet
{
DECLARE_DYNAMIC(CTreePropertySheet)

// Subclasses
protected:
class cControlPos {
Expand Down
1 change: 1 addition & 0 deletions winplace.cpp
Expand Up @@ -13,6 +13,7 @@
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif

#define COMPILE_MULTIMON_STUBS
#include <MULTIMON.H>

CWindowPlacement::CWindowPlacement()
Expand Down

0 comments on commit a9ec61a

Please sign in to comment.