have error logging initially enabled

This commit is contained in:
2019-08-21 14:29:09 +02:00
parent d1b6c8bf1a
commit cfbc4ac369
3 changed files with 3 additions and 4 deletions

View File

@ -26,7 +26,7 @@
#include <stdio.h>
int streamDebug = 0;
int streamError = 0;
int streamError = 1;
extern "C" {
#ifdef _WIN32
__declspec(dllexport)