diff options
Diffstat (limited to 'src/os_os2.c')
-rw-r--r-- | src/os_os2.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/os_os2.c b/src/os_os2.c index 7594a0a43..861ef1b09 100644 --- a/src/os_os2.c +++ b/src/os_os2.c @@ -12,12 +12,12 @@ ** ** This file contains code that is specific to OS/2. ** -** $Id: os_os2.c,v 1.46 2008/06/25 17:19:01 danielk1977 Exp $ +** $Id: os_os2.c,v 1.47 2008/06/26 10:41:19 danielk1977 Exp $ */ #include "sqliteInt.h" -#if OS_OS2 +#if SQLITE_OS_OS2 /* ** A Note About Memory Allocation: @@ -1077,4 +1077,4 @@ int sqlite3_os_end(void){ return SQLITE_OK; } -#endif /* OS_OS2 */ +#endif /* SQLITE_OS_OS2 */ |