mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
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:
parent
7b7edd5637
commit
7b8777bd06
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user