Kaydet (Commit) c7ed86bb authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Plug MinGW gaps

üst ae291725
...@@ -47,6 +47,12 @@ ...@@ -47,6 +47,12 @@
#include "adodatalinks.hxx" #include "adodatalinks.hxx"
#ifdef __MINGW32__
const IID IID_IDataSourceLocator = { 0x2206CCB2, 0x19C1, 0x11D1, { 0x89, 0xE0, 0x00, 0xC0, 0x4F, 0xD7, 0xA8, 0x29 } };
const CLSID CLSID_DataLinks = { 0x2206CDB2, 0x19C1, 0x11D1, { 0x89, 0xE0, 0x00, 0xC0, 0x4F, 0xD7, 0xA8, 0x29 } };
#endif
BSTR PromptEdit(long hWnd,BSTR connstr); BSTR PromptEdit(long hWnd,BSTR connstr);
BSTR PromptNew(long hWnd); BSTR PromptNew(long hWnd);
......
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