mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
MinGW: Remove support
This commit is contained in:
parent
8a4ec206f2
commit
9112911122
89 changed files with 337 additions and 1694 deletions
|
|
@ -1844,15 +1844,13 @@ private:
|
|||
|
||||
//==============================================================================
|
||||
//==============================================================================
|
||||
#if ! JUCE_MINGW
|
||||
extern RTL_OSVERSIONINFOW getWindowsVersionInfo();
|
||||
#endif
|
||||
RTL_OSVERSIONINFOW getWindowsVersionInfo();
|
||||
|
||||
struct MidiService final : public DeletedAtShutdown
|
||||
{
|
||||
MidiService()
|
||||
{
|
||||
#if JUCE_USE_WINRT_MIDI && ! JUCE_MINGW
|
||||
#if JUCE_USE_WINRT_MIDI
|
||||
#if ! JUCE_FORCE_WINRT_MIDI
|
||||
auto windowsVersionInfo = getWindowsVersionInfo();
|
||||
if (windowsVersionInfo.dwMajorVersion >= 10 && windowsVersionInfo.dwBuildNumber >= 17763)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue