The CODEC_TYPE defines can't be (easily) included by external code because codec.h isn't a self-sufficient header file.
Since the CODEC_TYPE defines are intended to be used for the newValue parameter of wxsqlite3_config(), it would be nice to have sqlite3secure.h define them as part of the interface.
The CODEC_TYPE defines can't be (easily) included by external code because
codec.h
isn't a self-sufficient header file.Since the
CODEC_TYPE
defines are intended to be used for thenewValue
parameter ofwxsqlite3_config()
, it would be nice to havesqlite3secure.h
define them as part of the interface.