- Use OPTIONS helpers where possible. - Drop qt4-linguist dependency - the port does not use it (and it already contains prebuilt translations). - Regenerate patches. PR: 201724 Submitted by: s3erios@gmail.com
10 lines
267 B
C++
10 lines
267 B
C++
--- src/tooracleconnection.cpp.orig 2010-09-19 09:27:38 UTC
|
|
+++ src/tooracleconnection.cpp
|
|
@@ -58,7 +58,6 @@
|
|
|
|
#define OTL_STL
|
|
#define OTL_EXCEPTION_ENABLE_ERROR_OFFSET
|
|
-#define OTL_ORA_UTF8
|
|
#define OTL_ORA_UNICODE
|
|
#define OTL_ORA_TIMESTAMP
|
|
#define OTL_ANSI_CPP
|