Francois Gouget : ole32: Fix the CoCreateGuid() ordinal in the documentation.
Module: wine Branch: master Commit: f76bea09d4fe186c734aed0351067aabf08a832c URL: http://source.winehq.org/git/wine.git/?a=commit;h=f76bea09d4fe186c734aed0351... Author: Francois Gouget <fgouget(a)free.fr> Date: Sun Oct 14 14:35:44 2007 +0200 ole32: Fix the CoCreateGuid() ordinal in the documentation. --- dlls/ole32/compobj.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/ole32/compobj.c b/dlls/ole32/compobj.c index 1904313..95dff3b 100644 --- a/dlls/ole32/compobj.c +++ b/dlls/ole32/compobj.c @@ -1197,7 +1197,7 @@ HRESULT WINAPI CoDisconnectObject( LPUNKNOWN lpUnk, DWORD reserved ) /****************************************************************************** * CoCreateGuid [OLE32.@] - * CoCreateGuid [COMPOBJ.17] + * CoCreateGuid [COMPOBJ.73] * * Simply forwards to UuidCreate in RPCRT4. *
participants (1)
-
Alexandre Julliard