diff --git a/.gitignore b/.gitignore index 7b8b3ca..e7202f1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ build Debug ELFIO.sdf ELFIO.v11.suo +ELFIO.opensdf ELFIOTest/Debug diff --git a/ELFIOTest/ELFIOTest.cpp b/ELFIOTest/ELFIOTest.cpp index 43de280..e1ef143 100644 --- a/ELFIOTest/ELFIOTest.cpp +++ b/ELFIOTest/ELFIOTest.cpp @@ -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 diff --git a/ELFIOTest/ELFIOTest1.cpp b/ELFIOTest/ELFIOTest1.cpp index 909b2b9..48d6a18 100644 --- a/ELFIOTest/ELFIOTest1.cpp +++ b/ELFIOTest/ELFIOTest1.cpp @@ -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 #include