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:
parent
4446764fa9
commit
5bda9de977
15 changed files with 65 additions and 73 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue