Fix the entry attributes of the two module functions and uncomment
LoadPicture, but comment out the defaultvalue attribute that causes
widl to issue a warning.
diff --git a/dlls/stdole2.tlb/std_ole_v2.idl b/dlls/stdole2.tlb/std_ole_v2.idl
index d0c9117..e685c6c 100644
--- a/dlls/stdole2.tlb/std_ole_v2.idl
+++ b/dlls/stdole2.tlb/std_ole_v2.idl
@@ -397,21 +397,19 @@
      helpcontext(0x2775)
     ]
     module StdFunctions{
-        /* FIXME: widl can't cope with a defaultvalue of an enum parameter yet. */
-        /* 
         [
-         entry(0x60000000),
+         entry("OleLoadPictureFileEx"),
          helpstring("Loads a picture from a file"),
          helpcontext(0x2775)
         ]
         HRESULT LoadPicture([in, optional] VARIANT filename,
                             [in, optional, defaultvalue(0)] int widthDesired,
                             [in, optional, defaultvalue(0)] int heightDesired,
-                            [in, optional, defaultvalue(0)] enum LoadPictureConstants flags,
+                            /* FIXME: widl can't cope with a defaultvalue of an enum parameter yet. */
+                            [in, optional/*, defaultvalue(0)*/] enum LoadPictureConstants flags,
                             [out, retval] IPictureDisp **retval);
-        */
         [
-         entry(0x60000001),
+         entry("OleSavePictureFile"),
          helpstring("Saves a picture to a file"),
          helpcontext(0x2775)
         ]