client/common: mingw32: workaround HAVE_STDLIB_H redefined in jconfig.h

This commit is contained in:
Alon Levy 2012-01-13 12:41:18 +02:00
parent cd595ed034
commit 3fcf2f217e
2 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,9 @@
License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
#ifdef __MINGW32__
#undef HAVE_STDLIB_H
#endif
#include <config.h>
#endif

View File

@ -16,6 +16,9 @@
License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
#ifdef __MINGW32__
#undef HAVE_STDLIB_H
#endif
#include <config.h>
#endif