Revision 111, 402 bytes
(checked in by mido, 16 years ago)
|
pridana knihovna XSD (a jeji chlebodarkyne XERCES), v ramci Win32 zprovoznen priklad tests/test_xsd_hello.cxx
|
Rev | Line | |
---|
[111] | 1 | // file : xsd/cxx/post.hxx |
---|
| 2 | // author : Boris Kolpackov <boris@codesynthesis.com> |
---|
| 3 | // copyright : Copyright (c) 2005-2008 Code Synthesis Tools CC |
---|
| 4 | // license : GNU GPL v2 + exceptions; see accompanying LICENSE file |
---|
| 5 | |
---|
| 6 | |
---|
| 7 | #ifdef _MSC_VER |
---|
| 8 | # if (_MSC_VER >= 1400) |
---|
| 9 | # include <xsd/cxx/compilers/vc-8/post.hxx> |
---|
| 10 | # elif (_MSC_VER >= 1300) |
---|
| 11 | # include <xsd/cxx/compilers/vc-7/post.hxx> |
---|
| 12 | # endif |
---|
| 13 | #endif |
---|