updated windows.h

git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/class@4147 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2010-03-05 23:27:10 +00:00
parent 7b7edd5637
commit 7b8777bd06

View File

@ -1,14 +1,12 @@
// SelectedOutput.cpp: implementation of the CSelectedOutput class.
//
//////////////////////////////////////////////////////////////////////
#if defined(_DEBUG)
#pragma warning(disable : 4786) // disable truncation warning
#include <sstream> // std::ostringstream
#include <windows.h> // ::OutputDebugString
#else
#if defined(PHREEQC_CLASS)
#include <windows.h> // ::OutputDebugString
#if defined(WIN32)
#include <windows.h> // reqd to avoid namespace problems
#endif
#if defined(_DEBUG)
#include <sstream> // std::ostringstream
#endif
#include <stdarg.h>