The header cdbdb.h has dependencies on system header files for _MAX_PATH (stdlib.h) and NULL (stddef.h).
Ideally it should either include the dependencies explicitly or remove them.
The problem is confirmed and the references to _MAX_PATH and NULL will be removed.
Craig
The header cdbdb.h has dependencies on system header files for _MAX_PATH (stdlib.h) and NULL (stddef.h).
Ideally it should either include the dependencies explicitly or remove them.