mirror of
https://github.com/serge1/ELFIO.git
synced 2025-02-11 09:40:46 +00:00
Fix EOL problem
This commit is contained in:
parent
91832c584a
commit
0237e33a30
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,6 +3,7 @@ build
|
|||||||
Debug
|
Debug
|
||||||
ELFIO.sdf
|
ELFIO.sdf
|
||||||
ELFIO.v11.suo
|
ELFIO.v11.suo
|
||||||
|
ELFIO.opensdf
|
||||||
|
|
||||||
ELFIOTest/Debug
|
ELFIOTest/Debug
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#define _SCL_SECURE_NO_WARNINGS
|
#define _SCL_SECURE_NO_WARNINGS
|
||||||
#define ELFIO_NO_INTTYPES
|
#define ELFIO_NO_INTTYPES
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BOOST_TEST_MODULE ELFIO_Test
|
#define BOOST_TEST_MODULE ELFIO_Test
|
||||||
#include <boost/test/unit_test.hpp>
|
#include <boost/test/unit_test.hpp>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#define _SCL_SECURE_NO_WARNINGS
|
#define _SCL_SECURE_NO_WARNINGS
|
||||||
#define ELFIO_NO_INTTYPES
|
#define ELFIO_NO_INTTYPES
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/test/unit_test.hpp>
|
#include <boost/test/unit_test.hpp>
|
||||||
#include <boost/test/output_test_stream.hpp>
|
#include <boost/test/output_test_stream.hpp>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user