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:
parent
a43448df13
commit
ed97872c1a
74 changed files with 571 additions and 775 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue