diff options
Diffstat (limited to 'src/os_win.h')
-rw-r--r-- | src/os_win.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/os_win.h b/src/os_win.h index 17d6a2bef..27714ed07 100644 --- a/src/os_win.h +++ b/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 */ |