Browse Source

Fix for MinGW builds.

tags/2021-05-28
jules 12 years ago
parent
commit
0e32a71644
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_core/native/juce_BasicNativeHeaders.h

+ 1
- 1
modules/juce_core/native/juce_BasicNativeHeaders.h View File

@@ -94,7 +94,7 @@
#define _UNICODE 1
#define UNICODE 1
#ifndef _WIN32_IE
#define _WIN32_IE 0x0400
#define _WIN32_IE 0x0500
#endif
#include <windows.h>


Loading…
Cancel
Save