mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
Replaced Projucer-generated header guards with #pragma once and updated the examples
This commit is contained in:
parent
31c80db5a2
commit
e33abbc6fe
230 changed files with 322 additions and 1219 deletions
|
|
@ -11,8 +11,7 @@
|
|||
|
||||
*/
|
||||
|
||||
#ifndef __JUCE_APPCONFIG_CBHSOE__
|
||||
#define __JUCE_APPCONFIG_CBHSOE__
|
||||
#pragma once
|
||||
|
||||
//==============================================================================
|
||||
// [BEGIN_USER_CODE_SECTION]
|
||||
|
|
@ -223,7 +222,6 @@
|
|||
//#define JUCE_USE_CAMERA
|
||||
#endif
|
||||
|
||||
|
||||
//==============================================================================
|
||||
// Audio plugin settings..
|
||||
|
||||
|
|
@ -350,5 +348,3 @@
|
|||
#ifndef JucePlugin_AAXDisableMultiMono
|
||||
#define JucePlugin_AAXDisableMultiMono 0
|
||||
#endif
|
||||
|
||||
#endif // __JUCE_APPCONFIG_CBHSOE__
|
||||
|
|
|
|||
|
|
@ -4,8 +4,7 @@
|
|||
|
||||
*/
|
||||
|
||||
#ifndef BINARYDATA_H_131838240_INCLUDED
|
||||
#define BINARYDATA_H_131838240_INCLUDED
|
||||
#pragma once
|
||||
|
||||
namespace BinaryData
|
||||
{
|
||||
|
|
@ -22,5 +21,3 @@ namespace BinaryData
|
|||
// return the corresponding data and its size (or a null pointer if the name isn't found).
|
||||
const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes) throw();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -10,8 +10,7 @@
|
|||
|
||||
*/
|
||||
|
||||
#ifndef __APPHEADERFILE_CBHSOE__
|
||||
#define __APPHEADERFILE_CBHSOE__
|
||||
#pragma once
|
||||
|
||||
#include "AppConfig.h"
|
||||
|
||||
|
|
@ -46,5 +45,3 @@ namespace ProjectInfo
|
|||
const int versionNumber = 0x10000;
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // __APPHEADERFILE_CBHSOE__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue