Define NOGDI and NORESOURCE in order to avoid unneeded namespace
pollution caused by <windows.h>, which leads to errors such as:
libsigrokcxx/enums.hpp:374:36: error: expected unqualified-id before numeric constant
static const QuantityFlag * const RELATIVE;
^
libsigrokcxx/enums.hpp:161:32: error: expected unqualified-id before numeric constant
static const Quantity * const DIFFERENCE;
^
# ifndef WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN
# endif
+# define NOGDI
+# define NORESOURCE
# include <windows.h>
# include <ctime>
#else