mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:35:40 +00:00
[FAULTREP] Sync with Wine Staging 4.18. CORE-16441
This commit is contained in:
parent
b81745a3a0
commit
683b9f8f98
2 changed files with 2 additions and 3 deletions
|
@ -24,7 +24,6 @@
|
|||
#include "winnls.h"
|
||||
#include "winreg.h"
|
||||
#include "wine/debug.h"
|
||||
#include "wine/unicode.h"
|
||||
|
||||
#include "errorrep.h"
|
||||
|
||||
|
@ -62,7 +61,7 @@ BOOL WINAPI AddERExcludedApplicationW(LPCWSTR lpAppFileName)
|
|||
LONG res;
|
||||
|
||||
TRACE("(%s)\n", wine_dbgstr_w(lpAppFileName));
|
||||
bslash = strrchrW(lpAppFileName, '\\');
|
||||
bslash = wcsrchr(lpAppFileName, '\\');
|
||||
if (bslash != NULL)
|
||||
lpAppFileName = bslash + 1;
|
||||
if (*lpAppFileName == '\0')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue