9 lines
207 B
C++
9 lines
207 B
C++
|
// file : xsd/cxx/post.hxx
|
||
|
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
|
||
|
|
||
|
#ifdef _MSC_VER
|
||
|
# if (_MSC_VER >= 1400)
|
||
|
# include <xsd/cxx/compilers/vc-8/post.hxx>
|
||
|
# endif
|
||
|
#endif
|