File tree Expand file tree Collapse file tree
c/meterpreter/source/extensions/stdapi/server Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#ifndef _METERPRETER_SOURCE_EXTENSION_STDAPI_STDAPI_SERVER_FS_FS_H
22#define _METERPRETER_SOURCE_EXTENSION_STDAPI_STDAPI_SERVER_FS_FS_H
33
4- #include <stdint.h>
5-
64LPSTR fs_expand_path (LPCSTR regular );
75
86/*
Original file line number Diff line number Diff line change 33
44#include <winsock2.h>
55#include <ws2tcpip.h>
6- #ifdef __MINGW32__
7- #include <stdint.h>
8- #endif
96
107static char * parse_sockaddr (struct sockaddr_storage * addr , uint16_t * port )
118{
Original file line number Diff line number Diff line change 33
44#include <winsock2.h>
55#include <ws2tcpip.h>
6- #ifdef __MINGW32__
7- #include <stdint.h>
8- #endif
96
107/*
118 * Generic socket context
Original file line number Diff line number Diff line change 77#include "../stdapi.h"
88#include <tlhelp32.h>
99#include <iphlpapi.h>
10+ #include <stdint.h>
1011#include "resource/resource.h"
1112
1213#ifdef STDAPI_NAMESPACE_AUDIO
You can’t perform that action at this time.
0 commit comments