openbsd-ports/x11/wxWidgets/patches/patch-src_common_dbtable_cpp
steven 95a9107ffe update to 2.8.6
tested by various people
2007-10-23 11:28:09 +00:00

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;