| Index: third_party/sqlite/src/src/test_multiplex.h
|
| diff --git a/third_party/sqlite/src/src/test_multiplex.h b/third_party/sqlite/src/src/test_multiplex.h
|
| index d973e4af271d9008c1162847315436a30157030e..790c778a359cbd583d5badba1a8abfe07132ab59 100644
|
| --- a/third_party/sqlite/src/src/test_multiplex.h
|
| +++ b/third_party/sqlite/src/src/test_multiplex.h
|
| @@ -20,8 +20,8 @@
|
| **
|
| */
|
|
|
| -#ifndef _TEST_MULTIPLEX_H
|
| -#define _TEST_MULTIPLEX_H
|
| +#ifndef SQLITE_TEST_MULTIPLEX_H
|
| +#define SQLITE_TEST_MULTIPLEX_H
|
|
|
| /*
|
| ** CAPI: File-control Operations Supported by Multiplex VFS
|
| @@ -96,4 +96,4 @@ extern int sqlite3_multiplex_shutdown(int eForce);
|
| } /* End of the 'extern "C"' block */
|
| #endif
|
|
|
| -#endif /* _TEST_MULTIPLEX_H */
|
| +#endif /* SQLITE_TEST_MULTIPLEX_H */
|
|
|