mirror of
https://github.com/reactos/reactos.git
synced 2025-06-05 17:30:32 +00:00
Add ERROR_WINHTTP_AUTODETECTION_FAILED
svn path=/trunk/; revision=33073
This commit is contained in:
parent
14d17cbecf
commit
68b3bf4595
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ typedef int INTERNET_SCHEME, *LPINTERNET_SCHEME;
|
|||
|
||||
#define WINHTTP_ERROR_BASE 12000
|
||||
|
||||
#define ERROR_WINHTTP_AUTODETECTION_FAILED (WINHTTP_ERROR_BASE + 180)
|
||||
|
||||
typedef struct
|
||||
{
|
||||
DWORD dwStructSize;
|
||||
|
|
Loading…
Reference in a new issue