mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 04:53:31 +08:00
[INETCOMM] Sync with Wine 3.0. CORE-14225
This commit is contained in:
parent
7b7a0e1bc9
commit
88221e598a
@ -44,13 +44,7 @@ static HRESULT SMTPTransport_ParseResponse(SMTPTransport *This, char *pszRespons
|
||||
pResponse->rIxpResult.pszResponse = pszResponse;
|
||||
pResponse->rIxpResult.dwSocketError = 0;
|
||||
pResponse->rIxpResult.uiServerError = strtol(pszResponse, &pszResponse, 10);
|
||||
if (*pszResponse == '-')
|
||||
{
|
||||
pResponse->fDone = FALSE;
|
||||
pszResponse++;
|
||||
}
|
||||
else
|
||||
pResponse->fDone = TRUE;
|
||||
pResponse->fDone = (*pszResponse != '-');
|
||||
|
||||
switch (pResponse->rIxpResult.uiServerError)
|
||||
{
|
||||
|
@ -78,7 +78,7 @@ reactos/dll/win32/ieframe # Synced to Wine-3.0
|
||||
reactos/dll/win32/imaadp32.acm # Synced to WineStaging-2.16
|
||||
reactos/dll/win32/imagehlp # Synced to Wine-3.0
|
||||
reactos/dll/win32/imm32 # Synced to Wine-2.22
|
||||
reactos/dll/win32/inetcomm # Synced to WineStaging-2.16
|
||||
reactos/dll/win32/inetcomm # Synced to Wine-3.0
|
||||
reactos/dll/win32/inetmib1 # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/initpki # Synced to WineStaging-2.9
|
||||
reactos/dll/win32/inseng # Synced to WineStaging-2.9
|
||||
|
Loading…
Reference in New Issue
Block a user