| Index: third_party/sqlite/src/src/os_win.h
|
| diff --git a/third_party/sqlite/src/src/os_win.h b/third_party/sqlite/src/src/os_win.h
|
| index 17d6a2bef462a72e15e704a248166aa373d408fd..27714ed079344dcc7b81ea34e94598e0e52f2f97 100644
|
| --- a/third_party/sqlite/src/src/os_win.h
|
| +++ b/third_party/sqlite/src/src/os_win.h
|
| @@ -12,8 +12,8 @@
|
| **
|
| ** This file contains code that is specific to Windows.
|
| */
|
| -#ifndef _OS_WIN_H_
|
| -#define _OS_WIN_H_
|
| +#ifndef SQLITE_OS_WIN_H
|
| +#define SQLITE_OS_WIN_H
|
|
|
| /*
|
| ** Include the primary Windows SDK header file.
|
| @@ -85,4 +85,4 @@
|
| # define SQLITE_OS_WIN_THREADS 0
|
| #endif
|
|
|
| -#endif /* _OS_WIN_H_ */
|
| +#endif /* SQLITE_OS_WIN_H */
|
|
|