Dmitry Timoshkov : shell32: Add a LogoffWindowsDialog stub.
Module: wine Branch: master Commit: 7e8e807845a92a70b1a99b6627f66aa02559a8f3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7e8e807845a92a70b1a99b6627... Author: Dmitry Timoshkov <dmitry(a)codeweavers.com> Date: Fri Jan 25 17:13:01 2008 +0800 shell32: Add a LogoffWindowsDialog stub. --- dlls/shell32/shell32.spec | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dlls/shell32/shell32.spec b/dlls/shell32/shell32.spec index 044f443..6c0d7d8 100644 --- a/dlls/shell32/shell32.spec +++ b/dlls/shell32/shell32.spec @@ -49,6 +49,7 @@ 51 stdcall PathResolve(str long long) PathResolveAW 52 stdcall -noname PathGetArgs(str) PathGetArgsAW 53 stdcall DoEnvironmentSubst(long long) DoEnvironmentSubstAW + 54 stub LogoffWindowsDialog 55 stdcall -noname PathQuoteSpaces(ptr) PathQuoteSpacesAW 56 stdcall -noname PathUnquoteSpaces(str) PathUnquoteSpacesAW 57 stdcall -noname PathGetDriveNumber(str) PathGetDriveNumberAW
participants (1)
-
Alexandre Julliard