|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "config.h"#include <stdarg.h>#include "windef.h"#include "winbase.h"#include "wingdi.h"#include "wininet.h"#include "winreg.h"#include "winuser.h"#include "ole2.h"#include "mshtml.h"#include "msxml6.h"#include "objsafe.h"#include "docobj.h"#include "shlwapi.h"#include "msxml_private.h"#include "wine/debug.h"
Go to the source code of this file.
Macros | |
| #define | COBJMACROS |
| #define | NONAMELESSUNION |
Functions | |
| HRESULT | XMLHTTPRequest_create (void **ppObj) |
| HRESULT | ServerXMLHTTP_create (void **obj) |
| #define COBJMACROS |
Definition at line 22 of file httprequest.c.
| #define NONAMELESSUNION |
Definition at line 23 of file httprequest.c.
Definition at line 2112 of file httprequest.c.