Defining dbopen on Unix too. Reviewed by rpotts.
git-svn-id: svn://10.0.0.236/trunk@3687 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
f59e1428bf
commit
53a8ad98c1
@ -42,7 +42,7 @@ extern "C" {
|
||||
|
||||
extern "C" {
|
||||
|
||||
#ifdef XP_PC
|
||||
#if defined(XP_PC) || defined(XP_UNIX)
|
||||
DB *
|
||||
dbopen(const char *fname, int flags,int mode, DBTYPE type,
|
||||
const void *openinfo)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user