compile error on mingw32
From: "walker li" <walker8088@xxxxxxxxx>
Date: Sat, 22 Sep 2007 07:01:21 +0200 (CEST)
hi,
   I'm trying compile gloox under Mingw32 in my computer . I got some
problems here.

         src\Mutex.cpp can not be compiles cause of error in line 47. So I
changed Line 20 form #ifdef WIN32 to #ifdef _WIN32. It got worked. But  I
don't  know whether it is the right way or not.
         src\tests\zlib will produce compile error if the ZLIB is not
installed on the system. I think it should be avoid compile zilb test folder
if ZLIB is not installed on my system.

   thks.

walker li