| Index: sql/sql_export.h
|
| diff --git a/sql/sql_export.h b/sql/sql_export.h
|
| index 7ab3355849940734559aa24ecb380a8981e50cf3..165120c6818d474e5a2af95732e526dd6d9d15e0 100644
|
| --- a/sql/sql_export.h
|
| +++ b/sql/sql_export.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SQL_EXPORT_H_
|
| -#define SQL_EXPORT_H_
|
| +#ifndef SQL_SQL_EXPORT_H_
|
| +#define SQL_SQL_EXPORT_H_
|
|
|
| #if defined(COMPONENT_BUILD)
|
| #if defined(WIN32)
|
| @@ -26,4 +26,4 @@
|
| #define SQL_EXPORT
|
| #endif
|
|
|
| -#endif // SQL_EXPORT_H_
|
| +#endif // SQL_SQL_EXPORT_H_
|
|
|