mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-04-06 01:16:37 +02:00
Apply a diff to fix bad ifdef usage
git-svn-id: file:///home/svn/framework3/trunk@13324 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
parent
70f2d46291
commit
aec3ef7e6b
@ -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…
x
Reference in New Issue
Block a user