diff options
Diffstat (limited to 'src/window.c')
-rw-r--r-- | src/window.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c index ff65d150e..5aa880011 100644 --- a/src/window.c +++ b/src/window.c @@ -12,6 +12,8 @@ */ #include "sqliteInt.h" +#ifndef SQLITE_OMIT_WINDOWFUNC + /* ** SELECT REWRITING ** @@ -2066,3 +2068,4 @@ void sqlite3WindowCodeStep( } } +#endif /* SQLITE_OMIT_WINDOWFUNC */ |