mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Updated some module usage warning code.
This commit is contained in:
parent
54c82b3120
commit
a6c9992957
13 changed files with 13 additions and 13 deletions
|
|
@ -23,7 +23,7 @@
|
|||
==============================================================================
|
||||
*/
|
||||
|
||||
#ifdef __JUCE_VIDEO_JUCEHEADER__
|
||||
#if defined (__JUCE_VIDEO_JUCEHEADER__) && ! JUCE_AMALGAMATED_INCLUDE
|
||||
/* When you add this cpp file to your project, you mustn't include it in a file where you've
|
||||
already included any other headers - just put it inside a file on its own, possibly with your config
|
||||
flags preceding it, but don't include anything else. That also includes avoiding any automatic prefix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue