mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-15 00:24:19 +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_JXBTGS__
|
||||
#define __JUCE_APPCONFIG_JXBTGS__
|
||||
#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_JXBTGS__
|
||||
|
|
|
|||
|
|
@ -10,8 +10,7 @@
|
|||
|
||||
*/
|
||||
|
||||
#ifndef __APPHEADERFILE_JXBTGS__
|
||||
#define __APPHEADERFILE_JXBTGS__
|
||||
#pragma once
|
||||
|
||||
#include "AppConfig.h"
|
||||
|
||||
|
|
@ -45,5 +44,3 @@ namespace ProjectInfo
|
|||
const int versionNumber = 0x10000;
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // __APPHEADERFILE_JXBTGS__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue