Mateusz Loskot
|
984303dfe5
|
Added a bunch of missing HAVE_* defines tested with ./configure script to fix compilation on Linux with GCC 4.7.1. The issue likely caused by my previous commits related to Visual C++ port of the code.
|
2012-06-19 20:15:44 +01:00 |
|
Mateusz Loskot
|
271c53ebdd
|
Missing explicit casts from void* to specific pointers required. Added #define strcasecmp for Visual C++.
|
2012-05-22 23:51:44 +01:00 |
|
Mateusz Loskot
|
a6f39a3c0c
|
Replaced #if HAVE_X with #ifdef HAVE_X as the former test is troublemaker with #define HAVE_X where #define HAVE_X 1|0 is meant.
|
2012-05-21 23:22:36 +01:00 |
|
Mateusz Loskot
|
8409dc039a
|
Fix missing inttypes.h definitions for Visual Studio 2010 and earliers. Related to issue #22.
|
2012-04-23 13:11:11 +01:00 |
|