Loading...
Searching...
No Matches
Go to the documentation of this file.
32#ifndef GUARD_SQLITE_DEPRECATED_HPP_INCLUDED
33#define GUARD_SQLITE_DEPRECATED_HPP_INCLUDED
42#define VSQLITE_DEPRECATED __attribute__((deprecated))
43#elif defined(_MSC_VER)
44#define VSQLITE_DEPRECATED __declspec(deprecated)
46#error "You need to implement VSQLITE_DEPRECATED for this compiler"