1
0
Fork 0
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:
tpoole 2017-02-17 15:34:10 +00:00
parent 31c80db5a2
commit e33abbc6fe
230 changed files with 322 additions and 1219 deletions

View file

@ -11,8 +11,7 @@
*/
#ifndef __JUCE_APPCONFIG_3T6YQETY1__
#define __JUCE_APPCONFIG_3T6YQETY1__
#pragma once
//==============================================================================
// [BEGIN_USER_CODE_SECTION]
@ -69,6 +68,3 @@
#ifndef JUCE_ALLOW_STATIC_NULL_VARIABLES
//#define JUCE_ALLOW_STATIC_NULL_VARIABLES
#endif
#endif // __JUCE_APPCONFIG_3T6YQETY1__

View file

@ -10,8 +10,7 @@
*/
#ifndef __APPHEADERFILE_3T6YQETY1__
#define __APPHEADERFILE_3T6YQETY1__
#pragma once
#include "AppConfig.h"
@ -32,5 +31,3 @@ namespace ProjectInfo
const int versionNumber = 0x10000;
}
#endif
#endif // __APPHEADERFILE_3T6YQETY1__