Index: third_party/sqlite/src/src/os_setup.h |
diff --git a/third_party/sqlite/src/src/os_setup.h b/third_party/sqlite/src/src/os_setup.h |
index 68de1446ed732744bd359c4504673dd8dc138dc3..08aaa1195ac92321dcc363d8a0b18c7b968011d1 100644 |
--- a/third_party/sqlite/src/src/os_setup.h |
+++ b/third_party/sqlite/src/src/os_setup.h |
@@ -13,8 +13,8 @@ |
** This file contains pre-processor directives related to operating system |
** detection and/or setup. |
*/ |
-#ifndef _OS_SETUP_H_ |
-#define _OS_SETUP_H_ |
+#ifndef SQLITE_OS_SETUP_H |
+#define SQLITE_OS_SETUP_H |
/* |
** Figure out if we are dealing with Unix, Windows, or some other operating |
@@ -54,4 +54,4 @@ |
# endif |
#endif |
-#endif /* _OS_SETUP_H_ */ |
+#endif /* SQLITE_OS_SETUP_H */ |