mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
Oracle: INITIALIZER fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@10435 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
3a4c5f7207
commit
1748b90d3f
2 changed files with 3 additions and 3 deletions
|
|
@ -11,6 +11,8 @@ struct OCIBind;
|
|||
struct OCIDefine;
|
||||
struct OCISnapshot;
|
||||
struct OCIParam;
|
||||
|
||||
INITIALIZE(Oracle)
|
||||
}
|
||||
|
||||
#define oci_boolean int
|
||||
|
|
@ -292,6 +294,4 @@ typedef sb4 (*OCICallbackOutBind)(dvoid *octxp, UPP::OCIBind *bindp, ub4 iter,
|
|||
ub1 *piecep, dvoid **indp,
|
||||
ub2 **rcodep);
|
||||
|
||||
INITIALIZE(Oracle)
|
||||
|
||||
#endif//__Oracle_OciCommon__
|
||||
|
|
|
|||
|
|
@ -5,6 +5,6 @@ namespace Upp {
|
|||
#define TFILE <Oracle/Oracle.t>
|
||||
#include <Core/t.h>
|
||||
|
||||
INITIALIZER(Oracle)
|
||||
INITIALIZER(Oracle) {}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue