Go to the documentation of this file.
23#ifndef __PORT_DLLEXPORT_H
24#define __PORT_DLLEXPORT_H
28#define SQLITEXX_LIBEXPORT __declspec( dllexport )
29#define SQLITEXX_PRIVATE __declspec( )
31#define SQLITEXX_LIBEXPORT
32#define SQLITEXX_PRIVATE
35#define SQLITEXX_LIBEXPORT
36#define SQLITEXX_PRIVATE