[inkobj] Add stub header for inkobj dll

John Klehm xixsimplicityxix at gmail.com
Tue Jul 31 11:15:30 CDT 2007


Hey,

Differences in this submission:
The content type should now be text/plain.  Gmail encodes any patch
with dll.patch as either app/octet-stream or text/x-chdr.   I've now
changed the attachment extension to be .patch.txt and this goes
through as text plain.  Hopefully this will solve the mailing issues.

Sorry for all the mail on this.

Regards,
John
-------------- next part --------------
From 396916b6955b6704a25486a45f10c25809e27779 Mon Sep 17 00:00:00 2001
From: John Klehm <xixsimplicityxix at gmail.com>
Date: Tue, 31 Jul 2007 00:53:43 -0500
Subject: Add stub header for inkobj dll

---
 include/msinkaut.idl |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)
 create mode 100644 include/msinkaut.idl

diff --git a/include/msinkaut.idl b/include/msinkaut.idl
new file mode 100644
index 0000000..95dded5
--- /dev/null
+++ b/include/msinkaut.idl
@@ -0,0 +1,29 @@
+/* Copyright (C) 2007 C John Klehm
+ *
+ * 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 Street, Fifth Floor, Boston, MA  02110-1301  USA
+ */
+
+import "ocidl.idl";
+
+[
+    uuid(7D868ACD-1A5D-4A47-A247-F39741353012),
+    version(1.0)
+]
+library MSINKAUTLib
+{
+    importlib("stdole2.tlb");
+
+    typedef float single;
+};
-- 
1.5.1.6



More information about the wine-patches mailing list