[WINHTTP]
[reactos.git] / reactos / dll / win32 / winhttp / session.c
index d5dae41..9f23a8d 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#define WIN32_NO_STATUS
-#define _INC_WINDOWS
-#define COM_NO_WINDOWS_H
-
-#include <config.h>
-//#include "wine/port.h"
-#include <wine/debug.h>
-
-//#include <stdarg.h>
-//#include <stdlib.h>
+#include "winhttp_private.h"
 
-#include <windef.h>
-#include <winbase.h>
-#include <winsock2.h>
-#include <winhttp.h>
 #include <wincrypt.h>
 #include <winreg.h>
-#define COBJMACROS
-#include <ole2.h>
 #include <dispex.h>
 #include <activscp.h>
 
-#include "winhttp_private.h"
-
-WINE_DEFAULT_DEBUG_CHANNEL(winhttp);
-
 #define DEFAULT_RESOLVE_TIMEOUT     0
 #define DEFAULT_CONNECT_TIMEOUT     20000
 #define DEFAULT_SEND_TIMEOUT        30000