Good enough (nw)

This commit is contained in:
Miodrag Milanovic 2015-01-13 19:16:38 +01:00
parent fb4695be0a
commit 02173bc23d

View File

@ -6,7 +6,9 @@
//
//============================================================
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0501 // Windows XP
#endif
#ifdef _MSC_VER
#include <assert.h>