Add VS2015 proj files & fix for building under VS2015 in Release (closes #296)

This commit is contained in:
tomcw
2016-03-24 22:25:35 +00:00
parent 04d35fe485
commit 86802bef16
14 changed files with 1807 additions and 2 deletions
+1 -1
View File
@@ -130,5 +130,5 @@
extern int g_aColorIndex[ NUM_DEBUG_COLORS ];
// Color
inline COLORREF DebuggerGetColor( int iColor );
COLORREF DebuggerGetColor( int iColor );
bool DebuggerSetColor ( const int iScheme, const int iColor, const COLORREF nColor );