| Index: third_party/sqlite/src/src/msvc.h
|
| diff --git a/third_party/sqlite/src/src/msvc.h b/third_party/sqlite/src/src/msvc.h
|
| index 01ebf2b46f1cf43af6bd1d206e93733ad25028dd..3914b05bcfae9eb8194e25a597e88132523b4edf 100644
|
| --- a/third_party/sqlite/src/src/msvc.h
|
| +++ b/third_party/sqlite/src/src/msvc.h
|
| @@ -12,8 +12,8 @@
|
| **
|
| ** This file contains code that is specific to MSVC.
|
| */
|
| -#ifndef _MSVC_H_
|
| -#define _MSVC_H_
|
| +#ifndef SQLITE_MSVC_H
|
| +#define SQLITE_MSVC_H
|
|
|
| #if defined(_MSC_VER)
|
| #pragma warning(disable : 4054)
|
| @@ -33,4 +33,4 @@
|
| #pragma warning(disable : 4706)
|
| #endif /* defined(_MSC_VER) */
|
|
|
| -#endif /* _MSVC_H_ */
|
| +#endif /* SQLITE_MSVC_H */
|
|
|