aboutsummaryrefslogtreecommitdiff
path: root/odb/details/config-vc.h
blob: 52b74308076f36081da6d3e509391b7762ddedaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* file      : odb/details/config-vc.h
 * author    : Boris Kolpackov <boris@codesynthesis.com>
 * copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
 * license   : GNU GPL v2; see accompanying LICENSE file
 */

/* Configuration file for Windows/VC++. */

#ifndef ODB_DETAILS_CONFIG_VC_H
#define ODB_DETAILS_CONFIG_VC_H

#define ODB_THREADS_WIN32
#define ODB_THREADS_TLS_DECLSPEC

#endif /* ODB_DETAILS_CONFIG_VC_H */