Fix include guards

This commit is contained in:
Dmitry Marakasov 2014-12-25 15:44:46 +03:00
parent 82a91b3afe
commit 2dca69320e

View File

@ -8,8 +8,8 @@
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#ifndef _LIBCPP_OPTIONAL #ifndef SDL2PP_LIBCPP_OPTIONAL
#define _LIBCPP_OPTIONAL #define SDL2PP_LIBCPP_OPTIONAL
/* /*
optional synopsis optional synopsis
@ -696,4 +696,4 @@ _LIBCPP_END_NAMESPACE_STD
#endif // _LIBCPP_STD_VER > 11 #endif // _LIBCPP_STD_VER > 11
#endif // _LIBCPP_ARRAY #endif // SDL2PP_LIBCPP_OPTIONAL