1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00

Internal changes to ResizableBorderComponent to expose a Zone class.

This commit is contained in:
Julian Storer 2010-04-02 21:20:11 +01:00
parent 1ef2087154
commit cc5f0a50b9
14 changed files with 330 additions and 231 deletions

View file

@ -400,7 +400,7 @@ namespace NumberToStringConverters
else
{
#if JUCE_WIN32
#if _MSC_VER <= 1200
#if _MSC_VER <= 1400
len = _snwprintf (buffer, numChars, L"%.9g", n);
#else
len = _snwprintf_s (buffer, numChars, _TRUNCATE, L"%.9g", n);