Kaydet (Commit) a46bede8 authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

fdo#83924 align with system ODBC ABI on MacOSX: SQL_WCHAR is wchar_t

Change-Id: I0e3478279d750ff0b044fa79b88e99bcae82beb9
üst 5abf95a4
...@@ -23,6 +23,8 @@ $(eval $(call gb_Library_set_include,odbc,\ ...@@ -23,6 +23,8 @@ $(eval $(call gb_Library_set_include,odbc,\
$(eval $(call gb_Library_add_defs,odbc,\ $(eval $(call gb_Library_add_defs,odbc,\
-DOOO_DLLIMPLEMENTATION_ODBCBASE \ -DOOO_DLLIMPLEMENTATION_ODBCBASE \
$(if $(and $(filter MACOSX,$(OS)), $(filter TRUE,$(SYSTEM_ODBC_HEADERS))), \
-DSQL_WCHART_CONVERT) \
)) ))
$(eval $(call gb_Library_set_precompiled_header,odbc,$(SRCDIR)/connectivity/inc/pch/precompiled_odbc)) $(eval $(call gb_Library_set_precompiled_header,odbc,$(SRCDIR)/connectivity/inc/pch/precompiled_odbc))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment