blob: fa739a4d8a4977c641e8f794d1183ff353025767 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* file : libcommon/common/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 LIBCOMMON_COMMON_CONFIG_VC_H
#define LIBCOMMON_COMMON_CONFIG_VC_H
#define HAVE_TR1_MEMORY
#endif /* LIBCOMMON_COMMON_CONFIG_VC_H */
|