summaryrefslogtreecommitdiff
path: root/AVStream/samplemft0/dllmain.cpp
diff options
context:
space:
mode:
authorWei Mao <[email protected]>2017-03-17 20:14:57 -0700
committerWei Mao <[email protected]>2017-03-17 20:14:57 -0700
commit406cf3e4c6cd251bf69cdd8d7b6433f3477d3980 (patch)
tree15ca9253d190ab5e16cde06526dc17b486f32a22 /AVStream/samplemft0/dllmain.cpp
parent1a3e0d580380e58bf336a242d2affc8a1e2d1ddf (diff)
Use lower case
Diffstat (limited to 'AVStream/samplemft0/dllmain.cpp')
-rw-r--r--AVStream/samplemft0/dllmain.cpp19
1 files changed, 0 insertions, 19 deletions
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);
-}