15 lines
310 B
Plaintext
15 lines
310 B
Plaintext
$OpenBSD: patch-src_common_dbtable_cpp,v 1.2 2006/10/12 14:09:33 alek Exp $
|
|
--- src/common/dbtable.cpp.orig Fri Sep 16 06:03:53 2005
|
|
+++ src/common/dbtable.cpp Thu Jun 1 02:33:07 2006
|
|
@@ -63,6 +63,10 @@
|
|
# endif
|
|
#endif
|
|
|
|
+#ifndef __SQLTCHAR
|
|
+#define __SQLTCHAR SQLCHAR
|
|
+#endif
|
|
+
|
|
ULONG lastTableID = 0;
|
|
|
|
|