Files
metasploit-gs/external/source/passivex/PassiveXLib.h
T
Matt Miller b0cb5731f8 base import of px dll from 2.x
git-svn-id: file:///home/svn/incoming/trunk@3307 4d416f70-5f16-0410-b530-b9f4589650da
2006-01-05 02:41:40 +00:00

31 lines
528 B
C

/*
* This file is part of the Metasploit Exploit Framework
* and is subject to the same licenses and copyrights as
* the rest of this package.
*/
#ifndef _PASSIVEXLIB_H
#define _PASSIVEXLIB_H
#define _WIN32_WINNT 0x0400
#define _ATL_APARTMENT_THREADED
#include <stdlib.h>
#include <stdio.h>
#include <windows.h>
#include <wininet.h>
#include <time.h>
#include <atlbase.h>
extern CComModule _Module;
#include <atlcom.h>
#include <atlctl.h>
#include "resource.h"
#include "PassiveX.h"
#include "CPassiveX.h"
#endif