Where's #pragma comment (lib, "ole32.lib")?

juce_win32_Messaging.cpp calls OleInitialize, but nowhere in the source do I see a line to auto-link to ole32.lib.

How can autolinking possibly work?

I think that might be one of MSVC’s default libs.