Module: wine
Branch: master
Commit: b76b5b74100d9a0ad40d5a74ed88e3f779354411
URL: http://source.winehq.org/git/wine.git/?a=commit;h=b76b5b74100d9a0ad40d5a74e…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Sep 11 12:41:13 2009 +0200
actxprxy: Add proxies for urlhist.idl.
---
.gitignore | 2 ++
dlls/actxprxy/Makefile.in | 3 ++-
dlls/actxprxy/actxprxy_urlhist.idl | 21 +++++++++++++++++++++
3 files changed, 25 insertions(+), 1 deletions(-)
diff --git a/.gitignore b/.gitignore
index be1db6c..7473244 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,6 +39,8 @@ dlls/actxprxy/actxprxy_servprov.h
dlls/actxprxy/actxprxy_servprov_p.c
dlls/actxprxy/actxprxy_shobjidl.h
dlls/actxprxy/actxprxy_shobjidl_p.c
+dlls/actxprxy/actxprxy_urlhist.h
+dlls/actxprxy/actxprxy_urlhist_p.c
dlls/advapi32/svcctl.h
dlls/advapi32/svcctl_c.c
dlls/atl/atliface.h
diff --git a/dlls/actxprxy/Makefile.in b/dlls/actxprxy/Makefile.in
index 4e451ef..f9e14ff 100644
--- a/dlls/actxprxy/Makefile.in
+++ b/dlls/actxprxy/Makefile.in
@@ -20,7 +20,8 @@ IDL_P_SRCS = \
actxprxy_objsafe.idl \
actxprxy_ocmm.idl \
actxprxy_servprov.idl \
- actxprxy_shobjidl.idl
+ actxprxy_shobjidl.idl \
+ actxprxy_urlhist.idl
@MAKE_DLL_RULES@
diff --git a/dlls/actxprxy/actxprxy_urlhist.idl b/dlls/actxprxy/actxprxy_urlhist.idl
new file mode 100644
index 0000000..18861b3
--- /dev/null
+++ b/dlls/actxprxy/actxprxy_urlhist.idl
@@ -0,0 +1,21 @@
+/*
+ * Copyright 2009 Alexandre Julliard
+ *
+ * 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
+ */
+
+/* just a wrapper for urlhist.idl */
+
+#include "urlhist.idl"
Module: wine
Branch: master
Commit: 9d817f14714b3fef4f6bf72b49ec6e314bb208f1
URL: http://source.winehq.org/git/wine.git/?a=commit;h=9d817f14714b3fef4f6bf72b4…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Sep 11 12:39:37 2009 +0200
actxprxy: Add proxies for shobjidl.idl.
---
.gitignore | 2 ++
dlls/actxprxy/Makefile.in | 3 ++-
dlls/actxprxy/actxprxy_shobjidl.idl | 21 +++++++++++++++++++++
3 files changed, 25 insertions(+), 1 deletions(-)
diff --git a/.gitignore b/.gitignore
index 9d52882..be1db6c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,6 +37,8 @@ dlls/actxprxy/actxprxy_ocmm.h
dlls/actxprxy/actxprxy_ocmm_p.c
dlls/actxprxy/actxprxy_servprov.h
dlls/actxprxy/actxprxy_servprov_p.c
+dlls/actxprxy/actxprxy_shobjidl.h
+dlls/actxprxy/actxprxy_shobjidl_p.c
dlls/advapi32/svcctl.h
dlls/advapi32/svcctl_c.c
dlls/atl/atliface.h
diff --git a/dlls/actxprxy/Makefile.in b/dlls/actxprxy/Makefile.in
index 81d115a..4e451ef 100644
--- a/dlls/actxprxy/Makefile.in
+++ b/dlls/actxprxy/Makefile.in
@@ -19,7 +19,8 @@ IDL_P_SRCS = \
actxprxy_htiframe.idl \
actxprxy_objsafe.idl \
actxprxy_ocmm.idl \
- actxprxy_servprov.idl
+ actxprxy_servprov.idl \
+ actxprxy_shobjidl.idl
@MAKE_DLL_RULES@
diff --git a/dlls/actxprxy/actxprxy_shobjidl.idl b/dlls/actxprxy/actxprxy_shobjidl.idl
new file mode 100644
index 0000000..71912fd
--- /dev/null
+++ b/dlls/actxprxy/actxprxy_shobjidl.idl
@@ -0,0 +1,21 @@
+/*
+ * Copyright 2009 Alexandre Julliard
+ *
+ * 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
+ */
+
+/* just a wrapper for shobjidl.idl */
+
+#include "shobjidl.idl"
Module: wine
Branch: master
Commit: a78df37d899028ca3c884d3b3a96a2d7c6474eb2
URL: http://source.winehq.org/git/wine.git/?a=commit;h=a78df37d899028ca3c884d3b3…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Sep 11 12:36:53 2009 +0200
actxprxy: Add proxies for ocmm.idl.
---
.gitignore | 2 ++
dlls/actxprxy/Makefile.in | 1 +
dlls/actxprxy/actxprxy_ocmm.idl | 21 +++++++++++++++++++++
3 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index 540cfb1..9d52882 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,6 +33,8 @@ dlls/actxprxy/actxprxy_htiframe.h
dlls/actxprxy/actxprxy_htiframe_p.c
dlls/actxprxy/actxprxy_objsafe.h
dlls/actxprxy/actxprxy_objsafe_p.c
+dlls/actxprxy/actxprxy_ocmm.h
+dlls/actxprxy/actxprxy_ocmm_p.c
dlls/actxprxy/actxprxy_servprov.h
dlls/actxprxy/actxprxy_servprov_p.c
dlls/advapi32/svcctl.h
diff --git a/dlls/actxprxy/Makefile.in b/dlls/actxprxy/Makefile.in
index 393fc07..81d115a 100644
--- a/dlls/actxprxy/Makefile.in
+++ b/dlls/actxprxy/Makefile.in
@@ -18,6 +18,7 @@ IDL_P_SRCS = \
actxprxy_hlink.idl \
actxprxy_htiframe.idl \
actxprxy_objsafe.idl \
+ actxprxy_ocmm.idl \
actxprxy_servprov.idl
@MAKE_DLL_RULES@
diff --git a/dlls/actxprxy/actxprxy_ocmm.idl b/dlls/actxprxy/actxprxy_ocmm.idl
new file mode 100644
index 0000000..2df49ce
--- /dev/null
+++ b/dlls/actxprxy/actxprxy_ocmm.idl
@@ -0,0 +1,21 @@
+/*
+ * Copyright 2009 Alexandre Julliard
+ *
+ * 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
+ */
+
+/* just a wrapper for ocmm.idl */
+
+#include "ocmm.idl"
Module: wine
Branch: master
Commit: 65c64080f2994c5f254ab047008019303169114d
URL: http://source.winehq.org/git/wine.git/?a=commit;h=65c64080f2994c5f254ab0470…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Sep 11 12:35:48 2009 +0200
actxprxy: Add proxies for objsafe.idl.
---
.gitignore | 2 ++
dlls/actxprxy/Makefile.in | 1 +
dlls/actxprxy/actxprxy_objsafe.idl | 21 +++++++++++++++++++++
3 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index 06f0ebc..540cfb1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,6 +31,8 @@ dlls/actxprxy/actxprxy_hlink.h
dlls/actxprxy/actxprxy_hlink_p.c
dlls/actxprxy/actxprxy_htiframe.h
dlls/actxprxy/actxprxy_htiframe_p.c
+dlls/actxprxy/actxprxy_objsafe.h
+dlls/actxprxy/actxprxy_objsafe_p.c
dlls/actxprxy/actxprxy_servprov.h
dlls/actxprxy/actxprxy_servprov_p.c
dlls/advapi32/svcctl.h
diff --git a/dlls/actxprxy/Makefile.in b/dlls/actxprxy/Makefile.in
index e58d069..393fc07 100644
--- a/dlls/actxprxy/Makefile.in
+++ b/dlls/actxprxy/Makefile.in
@@ -17,6 +17,7 @@ IDL_P_SRCS = \
actxprxy_docobj.idl \
actxprxy_hlink.idl \
actxprxy_htiframe.idl \
+ actxprxy_objsafe.idl \
actxprxy_servprov.idl
@MAKE_DLL_RULES@
diff --git a/dlls/actxprxy/actxprxy_objsafe.idl b/dlls/actxprxy/actxprxy_objsafe.idl
new file mode 100644
index 0000000..67e878b
--- /dev/null
+++ b/dlls/actxprxy/actxprxy_objsafe.idl
@@ -0,0 +1,21 @@
+/*
+ * Copyright 2009 Alexandre Julliard
+ *
+ * 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
+ */
+
+/* just a wrapper for objsafe.idl */
+
+#include "objsafe.idl"
Module: wine
Branch: master
Commit: 55d3a48cf1c78616d1fd40d0b97a5bed3fcec8ef
URL: http://source.winehq.org/git/wine.git/?a=commit;h=55d3a48cf1c78616d1fd40d0b…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Sep 11 12:34:47 2009 +0200
actxprxy: Add proxies for htiframe.idl.
---
.gitignore | 2 ++
dlls/actxprxy/Makefile.in | 1 +
dlls/actxprxy/actxprxy_htiframe.idl | 21 +++++++++++++++++++++
3 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index 68eefae..06f0ebc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,6 +29,8 @@ dlls/actxprxy/actxprxy_docobj.h
dlls/actxprxy/actxprxy_docobj_p.c
dlls/actxprxy/actxprxy_hlink.h
dlls/actxprxy/actxprxy_hlink_p.c
+dlls/actxprxy/actxprxy_htiframe.h
+dlls/actxprxy/actxprxy_htiframe_p.c
dlls/actxprxy/actxprxy_servprov.h
dlls/actxprxy/actxprxy_servprov_p.c
dlls/advapi32/svcctl.h
diff --git a/dlls/actxprxy/Makefile.in b/dlls/actxprxy/Makefile.in
index 92b0c48..e58d069 100644
--- a/dlls/actxprxy/Makefile.in
+++ b/dlls/actxprxy/Makefile.in
@@ -16,6 +16,7 @@ IDL_P_SRCS = \
actxprxy_comcat.idl \
actxprxy_docobj.idl \
actxprxy_hlink.idl \
+ actxprxy_htiframe.idl \
actxprxy_servprov.idl
@MAKE_DLL_RULES@
diff --git a/dlls/actxprxy/actxprxy_htiframe.idl b/dlls/actxprxy/actxprxy_htiframe.idl
new file mode 100644
index 0000000..146b0a2
--- /dev/null
+++ b/dlls/actxprxy/actxprxy_htiframe.idl
@@ -0,0 +1,21 @@
+/*
+ * Copyright 2009 Alexandre Julliard
+ *
+ * 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
+ */
+
+/* just a wrapper for htiframe.idl */
+
+#include "htiframe.idl"
Module: wine
Branch: master
Commit: 12c172a947b8e182ca77e0747f09e6ff5c839ef9
URL: http://source.winehq.org/git/wine.git/?a=commit;h=12c172a947b8e182ca77e0747…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Sep 11 12:33:50 2009 +0200
actxprxy: Add proxies for hlink.idl.
---
.gitignore | 2 ++
dlls/actxprxy/Makefile.in | 1 +
dlls/actxprxy/actxprxy_hlink.idl | 21 +++++++++++++++++++++
3 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index b0018da..68eefae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,6 +27,8 @@ dlls/actxprxy/actxprxy_comcat.h
dlls/actxprxy/actxprxy_comcat_p.c
dlls/actxprxy/actxprxy_docobj.h
dlls/actxprxy/actxprxy_docobj_p.c
+dlls/actxprxy/actxprxy_hlink.h
+dlls/actxprxy/actxprxy_hlink_p.c
dlls/actxprxy/actxprxy_servprov.h
dlls/actxprxy/actxprxy_servprov_p.c
dlls/advapi32/svcctl.h
diff --git a/dlls/actxprxy/Makefile.in b/dlls/actxprxy/Makefile.in
index 6aab94f..92b0c48 100644
--- a/dlls/actxprxy/Makefile.in
+++ b/dlls/actxprxy/Makefile.in
@@ -15,6 +15,7 @@ IDL_P_SRCS = \
actxprxy_activscp.idl \
actxprxy_comcat.idl \
actxprxy_docobj.idl \
+ actxprxy_hlink.idl \
actxprxy_servprov.idl
@MAKE_DLL_RULES@
diff --git a/dlls/actxprxy/actxprxy_hlink.idl b/dlls/actxprxy/actxprxy_hlink.idl
new file mode 100644
index 0000000..820967d
--- /dev/null
+++ b/dlls/actxprxy/actxprxy_hlink.idl
@@ -0,0 +1,21 @@
+/*
+ * Copyright 2009 Alexandre Julliard
+ *
+ * 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
+ */
+
+/* just a wrapper for hlink.idl */
+
+#include "hlink.idl"