Codebase list faad2 / b85c744
Fix compilation with MinGW Cameron Cawley 6 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
5252 uint16_t dbg_count;
5353 #endif
5454
55 #if defined WIN32 || defined _WIN32 || defined WIN64 || defined _WIN64
55 #if (defined WIN32 || defined _WIN32 || defined WIN64 || defined _WIN64) && !defined(PACKAGE_VERSION)
5656 #include "win32_ver.h"
5757 #endif
5858