Revert "lib2245: Compile fix for mingw"
This reverts commit 02480494b76281ee4b0b1ff9e283621905917971.
This commit is contained in:
parent
65a0003afd
commit
c3b605b7c5
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue