This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
CodeBlocks fix.
tags/2021-05-28
jules
12 years ago
parent
4c147d94a5
commit
d6076d680a
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp
+ 1
- 2
modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp
View File
@@ -43,9 +43,8 @@
#include <windows.h>
#ifdef __MINGW32__
struct MOUSEHOOKSTRUCTEX
struct MOUSEHOOKSTRUCTEX
: public MOUSEHOOKSTRUCT
{
MOUSEHOOKSTRUCT _unnamed;
DWORD mouseData;
};
#endif
Write
Preview
Loading…
Cancel
Save