mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:42:59 +00:00
[CRYPTNET]
- Fix ROS-Diff. Spotted by CRLF. CORE-13117 #resolve svn path=/trunk/; revision=74395
This commit is contained in:
parent
f83d61cce0
commit
20689dba23
1 changed files with 1 additions and 1 deletions
|
@ -1028,7 +1028,7 @@ static BOOL WINAPI File_RetrieveEncodedObjectW(LPCWSTR pszURL,
|
||||||
#ifdef __REACTOS__
|
#ifdef __REACTOS__
|
||||||
if ((hFile == INVALID_HANDLE_VALUE) && (lstrlenW(components.lpszUrlPath) > 1) && (components.lpszUrlPath[1] != ':'))
|
if ((hFile == INVALID_HANDLE_VALUE) && (lstrlenW(components.lpszUrlPath) > 1) && (components.lpszUrlPath[1] != ':'))
|
||||||
#else
|
#else
|
||||||
if ((hFile == INVALID_HANDLE_VALUE)
|
if (hFile == INVALID_HANDLE_VALUE)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
/* Try again on the current drive */
|
/* Try again on the current drive */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue