changed preprocessor guard for windows _set_output_format call

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@11088 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2016-04-20 22:05:13 +00:00
parent e37e06ad60
commit 394f918eac

View File

@ -2375,7 +2375,7 @@ run_simulations(void)
{
char token[MAX_LENGTH];
//#ifdef SKIP_KEEP
#if defined(WIN32)
#if defined(_MSC_VER) && (_MSC_VER < 1900) // removed in vs2015
unsigned int old_exponent_format;
old_exponent_format = _set_output_format(_TWO_DIGIT_EXPONENT);
#endif