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

CodeBlocks fix.

This commit is contained in:
jules 2013-04-24 11:37:08 +01:00
parent 4c147d94a5
commit d6076d680a

View file

@ -43,9 +43,8 @@
#include <windows.h>
#ifdef __MINGW32__
struct MOUSEHOOKSTRUCTEX
struct MOUSEHOOKSTRUCTEX : public MOUSEHOOKSTRUCT
{
MOUSEHOOKSTRUCT _unnamed;
DWORD mouseData;
};
#endif