Merge pull request #31 from rupertsteel/master

Fixed 2 macro redefinition warnings related to WIN32_LEAN_AND_MEAN.
pull/32/head
Gabi Melman 11 years ago
commit c3f8200ad5

@ -39,7 +39,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <cstdarg>
#ifdef _WIN32
# ifndef WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN
# endif
# ifdef __MINGW32__
# include <cstring>
# endif

@ -29,7 +29,9 @@
#include<ctime>
#ifdef _WIN32
# ifndef WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN
# endif
# include <Windows.h>
#endif

Loading…
Cancel
Save