mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-30 02:50:05 +00:00
Internal changes to drawable gradients. Fix for AudioFormat bug.
This commit is contained in:
parent
79b8ffa007
commit
d93a3a8ddf
11 changed files with 126 additions and 64 deletions
|
|
@ -835,7 +835,7 @@ static const String CLSIDToJuceString (REFCLSID clsid)
|
|||
malloc->Release();
|
||||
}
|
||||
|
||||
return result.removeCharacters (T("{}")).trim();
|
||||
return result.removeCharacters ("{}").trim();
|
||||
}
|
||||
|
||||
STDAPI DllGetClassObject (REFCLSID rclsid, REFIID riid, LPVOID* ppv)
|
||||
|
|
@ -865,7 +865,7 @@ STDAPI DllCanUnloadNow()
|
|||
//==============================================================================
|
||||
static const String makeLegalRegistryName (const String& s)
|
||||
{
|
||||
return s.retainCharacters (T("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_."));
|
||||
return s.retainCharacters ("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_.");
|
||||
}
|
||||
|
||||
static HRESULT doRegistration (const bool unregister)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue