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

Updated the format of the header include guard macros.

This commit is contained in:
jules 2013-07-17 16:26:35 +01:00
parent f196f88330
commit 5a1112ab94
440 changed files with 1670 additions and 2446 deletions

View file

@ -22,7 +22,7 @@
==============================================================================
*/
#if defined (__JUCE_OPENGL_JUCEHEADER__) && ! JUCE_AMALGAMATED_INCLUDE
#if defined (JUCE_OPENGL_H_INCLUDED) && ! 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