From 406cf3e4c6cd251bf69cdd8d7b6433f3477d3980 Mon Sep 17 00:00:00 2001 From: Wei Mao Date: Fri, 17 Mar 2017 20:14:57 -0700 Subject: Use lower case --- AVStream/samplemft0/dllmain.cpp | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 AVStream/samplemft0/dllmain.cpp (limited to 'AVStream/samplemft0/dllmain.cpp') diff --git a/AVStream/samplemft0/dllmain.cpp b/AVStream/samplemft0/dllmain.cpp deleted file mode 100644 index df86088a..00000000 --- a/AVStream/samplemft0/dllmain.cpp +++ /dev/null @@ -1,19 +0,0 @@ -// dllmain.cpp : Implementation of DllMain. - -#include "stdafx.h" -#include "resource.h" -#include "SampleMft0.h" -#include "dllmain.h" - -CSampleMft0Module _AtlModule; - -// DLL Entry Point -extern "C" BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) -{ -#ifdef _MERGE_PROXYSTUB - if (!PrxDllMain(hInstance, dwReason, lpReserved)) - return FALSE; -#endif - hInstance; - return _AtlModule.DllMain(dwReason, lpReserved); -} -- cgit v1.3.1