Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Unified Diff: third_party/sqlite/src/src/os_win.h

Issue 2765553002: [sql] Import SQLite 3.17.0. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 */

Powered by Google App Engine
This is Rietveld 408576698