mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-06 03:18:56 +08:00
25 lines
603 B
Diff
25 lines
603 B
Diff
diff --git a/sqlite3.c b/sqlite3.c
|
|
index 1884b08..0d191be 100644
|
|
--- a/sqlite3.c
|
|
+++ b/sqlite3.c
|
|
@@ -20,6 +20,7 @@
|
|
** The content in this amalgamation comes from Fossil check-in
|
|
** d3a40c05c49e1a49264912b1a05bc2143ac.
|
|
*/
|
|
+#include "sqlite3-vcpkg-config.h"
|
|
#define SQLITE_CORE 1
|
|
#define SQLITE_AMALGAMATION 1
|
|
#ifndef SQLITE_PRIVATE
|
|
diff --git a/sqlite3.h b/sqlite3.h
|
|
index b9d0692..698c410 100644
|
|
--- a/sqlite3.h
|
|
+++ b/sqlite3.h
|
|
@@ -32,6 +32,7 @@
|
|
*/
|
|
#ifndef SQLITE3_H
|
|
#define SQLITE3_H
|
|
+#include "sqlite3-vcpkg-config.h"
|
|
#include <stdarg.h> /* Needed for the definition of va_list */
|
|
|
|
/*
|