blob: 064894aaa9e72058578add32158664b1935726d2 [file] [log] [blame]
// CxImageCrtDll.cpp : Defines the entry point for the CxImageCrtDll application.
//
#include "stdcrt.h"
BOOL APIENTRY DllMain( HANDLE hModule,
DWORD ul_reason_for_call,
LPVOID lpReserved
)
{
return TRUE;
}