Module: wine
Branch: master
Commit: 655bbb375118912e92810ab405f463cbcd7e420d
URL: http://source.winehq.org/git/wine.git/?a=commit;h=655bbb375118912e92810ab40…
Author: Huw Davies <huw(a)codeweavers.com>
Date: Wed Aug 26 14:14:38 2009 +0100
include: Add msdaguid.h.
---
include/Makefile.in | 1 +
include/msdaguid.h | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/include/Makefile.in b/include/Makefile.in
index 1127340..cfcfd54 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -300,6 +300,7 @@ SRCDIR_INCLUDES = \
msacmdlg.h \
msacmdrv.h \
mscat.h \
+ msdaguid.h \
mshtmcid.h \
mshtmdid.h \
msi.h \
diff --git a/include/msdaguid.h b/include/msdaguid.h
new file mode 100644
index 0000000..7ee9b56
--- /dev/null
+++ b/include/msdaguid.h
@@ -0,0 +1,26 @@
+/*
+ * Copyright 2009 Huw Davies
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#ifndef __WINE_MSDAGUID_H
+#define __WINE_MSDAGUID_H
+
+DEFINE_GUID(CLSID_EXTENDEDERRORINFO, 0xc8b522cf, 0x5cf3, 0x11ce, 0xad, 0xe5, 0x00, 0xaa, 0x00, 0x44, 0x77, 0x3d);
+DEFINE_GUID(CLSID_OLEDB_ENUMERATOR, 0xc8b522d0, 0x5cf3, 0x11ce, 0xad, 0xe5, 0x00, 0xaa, 0x00, 0x44, 0x77, 0x3d);
+DEFINE_GUID(CLSID_OLEDB_CONVERSIONLIBRARY, 0xc8b522d1, 0x5cf3, 0x11ce, 0xad, 0xe5, 0x00, 0xaa, 0x00, 0x44, 0x77, 0x3d);
+
+#endif /*__WINE_MSDAGUID_H */