diff options
Diffstat (limited to 'src/hwtime.h')
-rw-r--r-- | src/hwtime.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hwtime.h b/src/hwtime.h index b8bc5a295..5b209db8a 100644 --- a/src/hwtime.h +++ b/src/hwtime.h @@ -13,8 +13,8 @@ ** This file contains inline asm code for retrieving "high-performance" ** counters for x86 class CPUs. */ -#ifndef _HWTIME_H_ -#define _HWTIME_H_ +#ifndef SQLITE_HWTIME_H +#define SQLITE_HWTIME_H /* ** The following routine only works on pentium-class (or newer) processors. @@ -82,4 +82,4 @@ #endif -#endif /* !defined(_HWTIME_H_) */ +#endif /* !defined(SQLITE_HWTIME_H) */ |