mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Removed a call that wasn't compatible with older versions of Windows.
This commit is contained in:
parent
ecb7abb435
commit
991388d2c3
1 changed files with 1 additions and 5 deletions
|
|
@ -256,11 +256,7 @@ private:
|
|||
|
||||
void checkCoInitialiseCalled()
|
||||
{
|
||||
APTTYPE dummy1;
|
||||
APTTYPEQUALIFIER dummy2;
|
||||
|
||||
if (CoGetApartmentType (&dummy1, &dummy2) == CO_E_NOTINITIALIZED)
|
||||
CoInitialize (0);
|
||||
CoInitialize (0);
|
||||
}
|
||||
|
||||
void scanFileForDetails()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue