mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added a definition that's missing in some very obscure win32 setups
This commit is contained in:
parent
ebb60c71d9
commit
a604c03bd2
1 changed files with 4 additions and 0 deletions
|
|
@ -117,6 +117,10 @@
|
|||
#include <comutil.h>
|
||||
#endif
|
||||
|
||||
#ifndef S_FALSE
|
||||
#define S_FALSE (1) // (apparently some obscure win32 dev environments don't define this)
|
||||
#endif
|
||||
|
||||
#undef PACKED
|
||||
|
||||
#if JUCE_MSVC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue