Sorry for this! Shell32 should be a Sync->Port not 100% sync. We needed this for a long time too! Good job janderwald!

svn path=/trunk/; revision=29528
This commit is contained in:
James Tabor 2007-10-12 01:08:06 +00:00
parent 51d1952da0
commit cfb9429c6e
2 changed files with 11 additions and 0 deletions

View file

@ -406,6 +406,16 @@ int WINAPI RestartDialogEx(HWND hWndOwner, LPCWSTR lpwstrReason, DWORD uFlags, D
return 0;
}
/*************************************************************************
* LogoffWindowsDialog [SHELL32.54]
*/
int WINAPI LogoffWindowsDialog(DWORD uFlags)
{
ERR("LogoffWindowsDialog is UNIMPLEMENTED\n");
ExitWindowsEx(EWX_LOGOFF, 0);
return 0;
}
/*************************************************************************
* RestartDialog [SHELL32.59]

View file

@ -49,6 +49,7 @@
51 stdcall PathResolve(str long long) PathResolveAW
52 stdcall -noname PathGetArgs(str) PathGetArgsAW
53 stdcall DoEnvironmentSubst(long long) DoEnvironmentSubstAW
54 stdcall -noname LogoffWindowsDialog(ptr)
55 stdcall -noname PathQuoteSpaces(ptr) PathQuoteSpacesAW
56 stdcall -noname PathUnquoteSpaces(str) PathUnquoteSpacesAW
57 stdcall -noname PathGetDriveNumber(str) PathGetDriveNumberAW