1
0
Fork 0
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:
jules 2012-04-08 09:58:48 +01:00
parent ecb7abb435
commit 991388d2c3

View file

@ -256,10 +256,6 @@ private:
void checkCoInitialiseCalled()
{
APTTYPE dummy1;
APTTYPEQUALIFIER dummy2;
if (CoGetApartmentType (&dummy1, &dummy2) == CO_E_NOTINITIALIZED)
CoInitialize (0);
}