Fix EOL problem

This commit is contained in:
Serge Lamikhov-Center 2012-03-03 13:36:39 +02:00
parent 91832c584a
commit 0237e33a30
3 changed files with 9 additions and 8 deletions

1
.gitignore vendored
View File

@ -3,6 +3,7 @@ build
Debug
ELFIO.sdf
ELFIO.v11.suo
ELFIO.opensdf
ELFIOTest/Debug

View File

@ -1,7 +1,7 @@
#ifdef _MSC_VER
#define _SCL_SECURE_NO_WARNINGS
#define ELFIO_NO_INTTYPES
#endif
#ifdef _MSC_VER
#define _SCL_SECURE_NO_WARNINGS
#define ELFIO_NO_INTTYPES
#endif
#define BOOST_TEST_MODULE ELFIO_Test
#include <boost/test/unit_test.hpp>

View File

@ -1,7 +1,7 @@
#ifdef _MSC_VER
#define _SCL_SECURE_NO_WARNINGS
#define ELFIO_NO_INTTYPES
#endif
#ifdef _MSC_VER
#define _SCL_SECURE_NO_WARNINGS
#define ELFIO_NO_INTTYPES
#endif
#include <boost/test/unit_test.hpp>
#include <boost/test/output_test_stream.hpp>