Revert "lib2245: Compile fix for mingw"

This reverts commit 02480494b76281ee4b0b1ff9e283621905917971.
This commit is contained in:
Solomon Peachy 2020-08-05 10:22:44 -04:00
parent 65a0003afd
commit c3b605b7c5
1 changed files with 1 additions and 3 deletions

View File

@ -39,7 +39,7 @@
*/
#define LIB_VERSION "0.1.1"
#define LIB_VERSION "0.1.0"
#include <stdbool.h>
#include <stdio.h>
@ -229,13 +229,11 @@ struct pic_data {
};
// Data format Sanity checks
#ifndef __WIN32
#define STATIC_ASSERT(test_for_true) _Static_assert((test_for_true), "(" #test_for_true ") failed")
STATIC_ASSERT(sizeof(struct ippData) == 10224);
#undef STATIC_ASSERT
#endif
//-------------------------------------------------------------------------
// Private data declarations