SQLiteICU.h (277B)
1 // Copyright (c) Microsoft Corporation. 2 // Licensed under the MIT License. 3 #pragma once 4 #include <winsqlite/winsqlite3.h> 5 6 // Adapted from the file sqliteicu.h to use the built-in Windows SQLite and ICU binaries. 7 8 extern "C" 9 { 10 int sqlite3IcuInit(sqlite3* db); 11 }