From 7e8e807845a92a70b1a99b6627f66aa02559a8f3 Mon Sep 17 00:00:00 2001 From: Dmitry Timoshkov Date: Fri, 25 Jan 2008 17:13:01 +0800 Subject: [PATCH] shell32: Add a LogoffWindowsDialog stub. --- dlls/shell32/shell32.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/shell32/shell32.spec b/dlls/shell32/shell32.spec index 044f4430f1f..6c0d7d8f591 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