[WORDPAD] Sync with Wine Staging 1.9.11. CORE-11368

svn path=/trunk/; revision=71537
This commit is contained in:
Amine Khaldi 2016-06-05 18:35:43 +00:00
parent a25bc0320e
commit a34061d674
3 changed files with 4 additions and 4 deletions

View file

@ -156,9 +156,9 @@ static void format_filelist_filename(LPWSTR file, LPWSTR out)
{
LPWSTR pos_basename;
LPWSTR truncpos1, truncpos2;
WCHAR myDocs[MAX_STRING_LEN];
WCHAR myDocs[MAX_PATH];
SHGetFolderPathW(NULL, CSIDL_PERSONAL, NULL, SHGFP_TYPE_CURRENT, (LPWSTR)&myDocs);
SHGetFolderPathW(NULL, CSIDL_PERSONAL, NULL, SHGFP_TYPE_CURRENT, myDocs);
pos_basename = file_basename(file);
truncpos1 = NULL;
truncpos2 = NULL;

View file

@ -1229,7 +1229,7 @@ static LRESULT handle_findmsg(LPFINDREPLACEW pFr)
if (pFr->lpstrFindWhat != custom_data->findBuffer)
{
lstrcpynW(custom_data->findBuffer, pFr->lpstrFindWhat,
_countof(custom_data->findBuffer));
sizeof(custom_data->findBuffer) / sizeof(WCHAR));
pFr->lpstrFindWhat = custom_data->findBuffer;
}

View file

@ -240,7 +240,7 @@ reactos/base/applications/iexplore # Synced to WineStaging-1.9.4
reactos/base/applications/notepad # Forked at Wine-20041201
reactos/base/applications/regedit # Out of sync
reactos/base/applications/winhlp32 # Synced to WineStaging-1.9.11
reactos/base/applications/wordpad # Synced to WineStaging-1.9.4
reactos/base/applications/wordpad # Synced to WineStaging-1.9.11
reactos/base/services/rpcss # Synced to WineStaging-1.9.4
reactos/base/shell/progman # Forked at WineStaging-1.9.4
reactos/base/system/expand # Synced to WineStaging-1.9.4