Robert Shearman : stdole2.tlb: Remove hack due to unimplemented widl functionality.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jan 31 11:23:24 CST 2006


Module: wine
Branch: refs/heads/master
Commit: bff55580f73a7dd2b20c2c174b3bf4880fe99926
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=bff55580f73a7dd2b20c2c174b3bf4880fe99926

Author: Robert Shearman <rob at codeweavers.com>
Date:   Tue Jan 31 18:03:52 2006 +0100

stdole2.tlb: Remove hack due to unimplemented widl functionality.

---

 dlls/stdole2.tlb/std_ole_v2.idl |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/dlls/stdole2.tlb/std_ole_v2.idl b/dlls/stdole2.tlb/std_ole_v2.idl
index e685c6c..c5e1ae0 100644
--- a/dlls/stdole2.tlb/std_ole_v2.idl
+++ b/dlls/stdole2.tlb/std_ole_v2.idl
@@ -405,8 +405,7 @@ library stdole
         HRESULT LoadPicture([in, optional] VARIANT filename,
                             [in, optional, defaultvalue(0)] int widthDesired,
                             [in, optional, defaultvalue(0)] int heightDesired,
-                            /* FIXME: widl can't cope with a defaultvalue of an enum parameter yet. */
-                            [in, optional/*, defaultvalue(0)*/] enum LoadPictureConstants flags,
+                            [in, optional, defaultvalue(Default)] enum LoadPictureConstants flags,
                             [out, retval] IPictureDisp **retval);
         [
          entry("OleSavePictureFile"),




More information about the wine-cvs mailing list