1
0
Fork 0
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:
jules 2016-07-12 09:01:10 +01:00
parent ebb60c71d9
commit a604c03bd2

View file

@ -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