We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c08a8a commit 83df835Copy full SHA for 83df835
cpp/src/arrow/flight/sql/odbc/odbc_impl/CMakeLists.txt
@@ -123,9 +123,7 @@ if(WIN32)
123
ui/dsn_configuration_window.h
124
ui/window.cc
125
ui/window.h
126
- win_system_dsn.cc
127
- system_dsn.cc
128
- system_dsn.h)
+ system_dsn.cc)
129
endif()
130
131
target_link_libraries(arrow_odbc_spi_impl PUBLIC arrow_flight_sql_shared
cpp/src/arrow/flight/sql/odbc/odbc_impl/system_trust_store.h
@@ -24,9 +24,12 @@
24
# include <wincrypt.h>
25
26
# include <bcrypt.h>
27
-# include <cryptuiapi.h>
+
28
+// prsht.h needs to be included before cryptuiapi.h to avoid build conflict
29
# include <prsht.h>
30
31
+# include <cryptuiapi.h>
32
33
# include <tchar.h>
34
# include <string>
35
# include <vector>
0 commit comments