blob: 6b5dc62f69b2425d36c7c89c22968239a32695b3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- include/sybdb.h Sun Jul 1 17:57:40 2001
+++ include/sybdb.h.new Thu Jul 12 09:50:28 2001
@@ -298,6 +298,11 @@
extern RETCODE DBSETLUSER(LOGINREC *login, char *username);
extern RETCODE DBSETLHOST(LOGINREC *login, char *hostname);
extern RETCODE DBSETLAPP(LOGINREC *login, char *application);
+
+#ifndef DBMFIX
+#define DBMFIX
+#endif
+
#ifdef DBMFIX
extern DBPROCESS *tdsdbopen(LOGINREC *login,char *server);
#define dbopen(x,y) tdsdbopen(x,y)
|