| #include "shell32_main.h" |
| #include "wine/undocshell.h" |
| DEFAULT_DEBUG_CHANNEL(shell); |
| /************************************************************************* |
| * PickIconDlg [SHELL32.62] |
| FIXME("(%08x,%s,%08lx,%p):stub.\n", |
| hwndOwner, lpstrFile, nMaxFile,lpdwIconIndex); |
| /************************************************************************* |
| * RunFileDlg [SHELL32.61] |
| * Original name: RunFileDlg (exported by ordinal) |
| FIXME("(0x%04x 0x%04x %s %s %s 0x%08x):stub.\n", |
| hwndOwner, hIcon, lpstrDirectory, lpstrTitle, lpstrDescription, uFlags); |
| /************************************************************************* |
| * ExitWindowsDialog [SHELL32.60] |
| void WINAPI ExitWindowsDialog (HWND hWndOwner) |
| TRACE("(0x%08x)\n", hWndOwner); |
| if (MessageBoxA( hWndOwner, "Do you want to exit WINE?", "Shutdown", MB_YESNO|MB_ICONQUESTION) == IDOK) |
| SendMessageA ( hWndOwner, WM_QUIT, 0, 0); |