Explorar el Código

Add a define with the default BLOB_BUFSIZE

mingodad hace 13 años
padre
commit
ca49fd023a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      sqstdlib/sqstdblobimpl.h

+ 1 - 0
sqstdlib/sqstdblobimpl.h

@@ -3,6 +3,7 @@
 #define _SQSTD_BLOBIMPL_H_
 
 #include "sqstdio.h"
+#define BLOB_BUFSIZE 8192
 
 struct SQBlob : public SQStream
 {