1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Windows: Fixed some build errors and warnings when using Clang in Visual Studio

This commit is contained in:
ed 2020-02-06 11:15:21 +00:00
parent 4446764fa9
commit 5bda9de977
15 changed files with 65 additions and 73 deletions

View file

@ -48,7 +48,7 @@
#elif JUCE_WINDOWS
#include <windowsx.h>
#if JUCE_MSVC && ! JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
#if ! JUCE_MINGW && ! JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
#pragma comment(lib, "OpenGL32.Lib")
#endif