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:
parent
f196f88330
commit
5a1112ab94
440 changed files with 1670 additions and 2446 deletions
|
|
@ -22,8 +22,8 @@
|
|||
==============================================================================
|
||||
*/
|
||||
|
||||
#ifndef __JUCE_FILEDRAGANDDROPTARGET_JUCEHEADER__
|
||||
#define __JUCE_FILEDRAGANDDROPTARGET_JUCEHEADER__
|
||||
#ifndef JUCE_FILEDRAGANDDROPTARGET_H_INCLUDED
|
||||
#define JUCE_FILEDRAGANDDROPTARGET_H_INCLUDED
|
||||
|
||||
/**
|
||||
Components derived from this class can have files dropped onto them by an external application.
|
||||
|
|
@ -101,4 +101,4 @@ public:
|
|||
};
|
||||
|
||||
|
||||
#endif // __JUCE_FILEDRAGANDDROPTARGET_JUCEHEADER__
|
||||
#endif // JUCE_FILEDRAGANDDROPTARGET_H_INCLUDED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue