mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 05:51:26 +08:00
There is no need to compile our DLLs as shared libraries since we are managing symbols exports and imports through spec files. On my system, this reduces the configure-time by a factor of two.
This stub odbc32.dll is based on the WINE odbc32 implementation except ours doesnt work. Someone will need to import Unix-ODBC in to ReactOS CVS and merge it with this implemenation. I only created this because MFC depends on odbc32.dll