Apply a diff to fix bad ifdef usage
git-svn-id: file:///home/svn/framework3/trunk@13324 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
47eb4cbd86
commit
75bef2b98a
|
@ -66,14 +66,14 @@ void real_dprintf(char *filename, int line, const char *function, char *format,
|
|||
|
||||
#include "zlib/zlib.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
#include <wininet.h>
|
||||
|
||||
#define METERPRETER_TRANSPORT_SSL 0
|
||||
#define METERPRETER_TRANSPORT_HTTP 1
|
||||
#define METERPRETER_TRANSPORT_HTTPS 2
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
#include <wininet.h>
|
||||
|
||||
// Enable debugging
|
||||
// #define DEBUGTRACE 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue