Skip to content

Commit a3c0fe4

Browse files
committed
Fix potentially undefined define
1 parent d7bf7fc commit a3c0fe4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/sqlite3mc_vfs.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
extern "C" {
1414
#endif
1515

16+
#ifndef SQLITE_PRIVATE
17+
#define SQLITE_PRIVATE
18+
#endif
1619
SQLITE_PRIVATE int sqlite3mcCheckVfs(const char* zVfs);
1720

1821
SQLITE_API int sqlite3mc_vfs_create(const char* zVfsReal, int makeDefault);

0 commit comments

Comments
 (0)