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

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

Issue 2751253002: [sql] Import SQLite 3.17.0. (Closed)
Patch Set: also clang on Linux i386 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
« no previous file with comments | « third_party/sqlite/src/src/memjournal.c ('k') | third_party/sqlite/src/src/mutex_w32.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/src/msvc.h
diff --git a/third_party/sqlite/src/src/msvc.h b/third_party/sqlite/src/src/msvc.h
index 01ebf2b46f1cf43af6bd1d206e93733ad25028dd..3914b05bcfae9eb8194e25a597e88132523b4edf 100644
--- a/third_party/sqlite/src/src/msvc.h
+++ b/third_party/sqlite/src/src/msvc.h
@@ -12,8 +12,8 @@
**
** This file contains code that is specific to MSVC.
*/
-#ifndef _MSVC_H_
-#define _MSVC_H_
+#ifndef SQLITE_MSVC_H
+#define SQLITE_MSVC_H
#if defined(_MSC_VER)
#pragma warning(disable : 4054)
@@ -33,4 +33,4 @@
#pragma warning(disable : 4706)
#endif /* defined(_MSC_VER) */
-#endif /* _MSVC_H_ */
+#endif /* SQLITE_MSVC_H */
« no previous file with comments | « third_party/sqlite/src/src/memjournal.c ('k') | third_party/sqlite/src/src/mutex_w32.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698