aboutsummaryrefslogtreecommitdiff
path: root/src/os_setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_setup.h')
-rw-r--r--src/os_setup.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/os_setup.h b/src/os_setup.h
index 68de1446e..08aaa1195 100644
--- a/src/os_setup.h
+++ b/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 */