mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-04 03:15:59 -04:00
Fix include guards
This commit is contained in:
parent
82a91b3afe
commit
2dca69320e
@ -8,8 +8,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef _LIBCPP_OPTIONAL
|
||||
#define _LIBCPP_OPTIONAL
|
||||
#ifndef SDL2PP_LIBCPP_OPTIONAL
|
||||
#define SDL2PP_LIBCPP_OPTIONAL
|
||||
|
||||
/*
|
||||
optional synopsis
|
||||
@ -696,4 +696,4 @@ _LIBCPP_END_NAMESPACE_STD
|
||||
|
||||
#endif // _LIBCPP_STD_VER > 11
|
||||
|
||||
#endif // _LIBCPP_ARRAY
|
||||
#endif // SDL2PP_LIBCPP_OPTIONAL
|
||||
|
Loading…
x
Reference in New Issue
Block a user