mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 04:53:06 +01:00
Trivial header guard fix
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
* License: http://www.opensource.org/licenses/BSD-2-Clause
|
||||
*/
|
||||
|
||||
#ifndef BX_PRINTF_H_HEADER_GUARD
|
||||
#define BX_PRINTF_H_HEADER_GUARD
|
||||
#ifndef BX_STRING_H_HEADER_GUARD
|
||||
#define BX_STRING_H_HEADER_GUARD
|
||||
|
||||
#include "bx.h"
|
||||
#include <alloca.h>
|
||||
@@ -422,4 +422,4 @@ namespace bx
|
||||
|
||||
} // namespace bx
|
||||
|
||||
#endif // BX_PRINTF_H_HEADER_GUARD
|
||||
#endif // BX_STRING_H_HEADER_GUARD
|
||||
|
||||
Reference in New Issue
Block a user