Adjust include guards.
This commit is contained in:
parent
22f8a535f3
commit
b3f3dfb253
6 changed files with 12 additions and 12 deletions
|
@ -24,8 +24,8 @@
|
||||||
* POSSIBILITY OF SUCH DAMAGE.
|
* POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CFWARRAY_H__
|
#ifndef __COREFW_ARRAY_H__
|
||||||
#define __CFWARRAY_H__
|
#define __COREFW_ARRAY_H__
|
||||||
|
|
||||||
#include "class.h"
|
#include "class.h"
|
||||||
|
|
||||||
|
|
|
@ -24,8 +24,8 @@
|
||||||
* POSSIBILITY OF SUCH DAMAGE.
|
* POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CFWCLASS_H__
|
#ifndef __COREFW_CLASS_H__
|
||||||
#define __CFWCLASS_H__
|
#define __COREFW_CLASS_H__
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef __COREFW_H__
|
#ifndef __COREFW_COREFW_H__
|
||||||
#define __COREFW_H__
|
#define __COREFW_COREFW_H__
|
||||||
|
|
||||||
#include "class.h"
|
#include "class.h"
|
||||||
#include "object.h"
|
#include "object.h"
|
||||||
|
|
|
@ -24,8 +24,8 @@
|
||||||
* POSSIBILITY OF SUCH DAMAGE.
|
* POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CFWOBJECT_H__
|
#ifndef __COREFW_OBJECT_H__
|
||||||
#define __CFWOBJECT_H__
|
#define __COREFW_OBJECT_H__
|
||||||
|
|
||||||
#include "class.h"
|
#include "class.h"
|
||||||
|
|
||||||
|
|
|
@ -24,8 +24,8 @@
|
||||||
* POSSIBILITY OF SUCH DAMAGE.
|
* POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CFWRANGE_H__
|
#ifndef __COREFW_RANGE_H__
|
||||||
#define __CFW_RANGE_H__
|
#define __COREFW_RANGE_H__
|
||||||
|
|
||||||
typedef struct cfw_range_t {
|
typedef struct cfw_range_t {
|
||||||
size_t start;
|
size_t start;
|
||||||
|
|
|
@ -24,8 +24,8 @@
|
||||||
* POSSIBILITY OF SUCH DAMAGE.
|
* POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CFWSTRING_H__
|
#ifndef __COREFW_STRING_H__
|
||||||
#define __CFWSTRING_H__
|
#define __COREFW_STRING_H__
|
||||||
|
|
||||||
#include "class.h"
|
#include "class.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue