00001 // dsfAnxDemux.cpp : Defines the entry point for the DLL application. 00002 // 00003 00004 #include "stdafx.h" 00005 BOOL APIENTRY DllMain( HANDLE hModule, 00006 DWORD ul_reason_for_call, 00007 LPVOID lpReserved 00008 ) 00009 { 00010 return TRUE; 00011 } 00012