95a9107ffe
tested by various people
15 lines
312 B
Plaintext
15 lines
312 B
Plaintext
$OpenBSD: patch-src_common_dbtable_cpp,v 1.3 2007/10/23 11:28:10 steven Exp $
|
|
--- src/common/dbtable.cpp.orig Tue Sep 25 10:51:21 2007
|
|
+++ src/common/dbtable.cpp Tue Oct 2 11:53:18 2007
|
|
@@ -55,6 +55,10 @@
|
|
# endif
|
|
#endif
|
|
|
|
+#ifndef __SQLTCHAR
|
|
+#define __SQLTCHAR SQLCHAR
|
|
+#endif
|
|
+
|
|
ULONG lastTableID = 0;
|
|
|
|
|