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,8 +22,8 @@
==============================================================================
*/
#ifndef __JUCE_UNDOMANAGER_JUCEHEADER__
#define __JUCE_UNDOMANAGER_JUCEHEADER__
#ifndef JUCE_UNDOMANAGER_H_INCLUDED
#define JUCE_UNDOMANAGER_H_INCLUDED
#include "juce_UndoableAction.h"
@ -229,4 +229,4 @@ private:
};
#endif // __JUCE_UNDOMANAGER_JUCEHEADER__
#endif // JUCE_UNDOMANAGER_H_INCLUDED

View file

@ -22,8 +22,8 @@
==============================================================================
*/
#ifndef __JUCE_UNDOABLEACTION_JUCEHEADER__
#define __JUCE_UNDOABLEACTION_JUCEHEADER__
#ifndef JUCE_UNDOABLEACTION_H_INCLUDED
#define JUCE_UNDOABLEACTION_H_INCLUDED
//==============================================================================
@ -96,4 +96,4 @@ public:
};
#endif // __JUCE_UNDOABLEACTION_JUCEHEADER__
#endif // JUCE_UNDOABLEACTION_H_INCLUDED