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

Tidied up some filenames, cleaned up some code. Removed VoidArray class (just use Array<void*> instead)

This commit is contained in:
Julian Storer 2010-05-14 15:18:44 +01:00
parent a43448df13
commit ed97872c1a
74 changed files with 571 additions and 775 deletions

View file

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