Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTF

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: c42438364c940bb29ce2d0b2daf5c0a3f3a7b5a0
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2011-09-01T06:18:54Z
Releases: 8.3.16
Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTF
ifdef block. It has nothing to do with whether the replacement snprintf
function is used. It caused no live bug, because the replacement snprintf
function is always used on Win32, but it was nevertheless misplaced.

Files

PathChange+/−
src/include/port.h modified +10 −9