Don't define NONBLOCKING_TEST by default

This commit is contained in:
twinaphex 2015-02-20 03:19:39 +01:00
parent 0bb5e0c7fd
commit 7d55de8278

View File

@ -45,7 +45,7 @@
#define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))
#endif
#define NONBLOCKING_TEST
//#define NONBLOCKING_TEST
static const uint8_t png_magic[8] = {
0x89, 'P', 'N', 'G', 0x0d, 0x0a, 0x1a, 0x0a,