Using language compliant header guards.

This commit is contained in:
bkaradzic
2013-11-15 23:47:54 -08:00
parent 86b481c471
commit d5d1a541a0
3 changed files with 5 additions and 5 deletions

View File

@@ -403,4 +403,4 @@ IMPLEMENT_TEST(xyzw , 0xf);
#define float4_floor float4_floor_ni
#include "float4_ni.h"
#endif // __FLOAT4_SSE_H__
#endif // BX_FLOAT4_SSE_H_HEADER_GUARD

View File

@@ -169,4 +169,4 @@ namespace bx
} // namespace bx
#endif // __HANDLE_ALLOC_H__
#endif // BX_HANDLE_ALLOC_H_HEADER_GUARD

View File

@@ -1,6 +1,6 @@
#ifndef __MINGW32__ALLOCA_H__
#define __MINGW32__ALLOCA_H__
#ifndef MINGW32_ALLOCA_H_HEADER_GUARD
#define MINGW32_ALLOCA_H_HEADER_GUARD
#include <malloc.h>
#endif // __MINGW32__ALLOCA_H__
#endif // MINGW32_ALLOCA_H_HEADER_GUARD