home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enter 2004 April
/
enter-2004-04.iso
/
files
/
httrack-3.30.exe
/
{app}
/
src_win
/
libhttrack
/
libhttrack.cpp
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2002-10-29
|
269 b
|
14 lines
// libhttrack.cpp : Defines the entry point for the DLL application.
//
#include "stdafx.h"
BOOL APIENTRY DllMain( HANDLE hModule,
DWORD ul_reason_for_call,
LPVOID lpReserved
)
{
return TRUE;
}