mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
parent
b99c719c7c
commit
3f4d0d9203
1 changed files with 2 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ UNICODE_FUNCTION (RegSetValueExW, LONG, (HKEY, LPCWSTR, DWORD, DWORD, const BY
|
||||||
UNICODE_FUNCTION (RegDeleteValueW, LONG, (HKEY, LPCWSTR))
|
UNICODE_FUNCTION (RegDeleteValueW, LONG, (HKEY, LPCWSTR))
|
||||||
UNICODE_FUNCTION (RegDeleteKeyW, LONG, (HKEY, LPCWSTR))
|
UNICODE_FUNCTION (RegDeleteKeyW, LONG, (HKEY, LPCWSTR))
|
||||||
|
|
||||||
void juce_initialiseUnicodeRegistryFunctions()
|
static void juce_initialiseUnicodeRegistryFunctions() throw()
|
||||||
{
|
{
|
||||||
static bool initialised = false;
|
static bool initialised = false;
|
||||||
|
|
||||||
|
|
@ -80,7 +80,7 @@ void juce_initialiseUnicodeRegistryFunctions()
|
||||||
//==============================================================================
|
//==============================================================================
|
||||||
static HKEY findKeyForPath (String name,
|
static HKEY findKeyForPath (String name,
|
||||||
const bool createForWriting,
|
const bool createForWriting,
|
||||||
String& valueName)
|
String& valueName) throw()
|
||||||
{
|
{
|
||||||
juce_initialiseUnicodeRegistryFunctions();
|
juce_initialiseUnicodeRegistryFunctions();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue