Add VS2015 proj files & fix for building under VS2015 in Release

This commit is contained in:
tomcw
2016-03-24 22:25:35 +00:00
parent 08a9f8798e
commit 99219a71ec
14 changed files with 1807 additions and 2 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//===========================================================================
inline COLORREF DebuggerGetColor( int iColor )
COLORREF DebuggerGetColor( int iColor )
{
COLORREF nColor = RGB(0,255,255); // 0xFFFF00; // Hot Pink! -- so we notice errors. Not that there is anything wrong with pink...