Windows2003-3790/inetcore/connectionwizard/icwconn/icwres.cpp

13 lines
317 B
C++
Raw Normal View History

2001-01-01 00:00:00 +01:00
// Insert your headers here
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#include <windows.h>
BOOL APIENTRY DllMain( HANDLE hModule,
DWORD dwReason,
LPVOID lpReserved
)
{
return TRUE; // ok
}