diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-07-22 14:58:37 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-07-22 14:58:37 +0300 |
commit | c7ed86bbe631034cd1f138dd5c6fd7fe1451f6f0 (patch) | |
tree | fcf6a16bf86357c284b823246ba7771946a1f0b1 /dbaccess | |
parent | ae29172571098286793e8c08d3f813d70be04e21 (diff) |
Plug MinGW gaps
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/dlg/adodatalinks.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dbaccess/source/ui/dlg/adodatalinks.cxx b/dbaccess/source/ui/dlg/adodatalinks.cxx index 9af7714a1cdc..74906fd51917 100644 --- a/dbaccess/source/ui/dlg/adodatalinks.cxx +++ b/dbaccess/source/ui/dlg/adodatalinks.cxx @@ -47,6 +47,12 @@ #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 PromptNew(long hWnd); |