Date: Wednesday, January 11, 2006 @ 17:13:00
  Author: marc
    Path: /cvsroot/carob/odbsequoia/src

Modified: env.hpp (1.3 -> 1.4)

#include <sqlucode.h> so unicode ODBC functions are not mistaken for C++ 
functions.


---------+
 env.hpp |    1 +
 1 files changed, 1 insertion(+)


Index: odbsequoia/src/env.hpp
diff -u odbsequoia/src/env.hpp:1.3 odbsequoia/src/env.hpp:1.4
--- odbsequoia/src/env.hpp:1.3  Fri Jan  6 12:31:22 2006
+++ odbsequoia/src/env.hpp      Wed Jan 11 17:13:00 2006
@@ -26,6 +26,7 @@
 #include <string>
 
 #include <sql.h>
+#include <sqlucode.h>
 
 #include "abstract_item.hpp"
 

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to