diff options
Diffstat (limited to 'AVStream/samplemft0/dllmain.h')
| -rw-r--r-- | AVStream/samplemft0/dllmain.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/AVStream/samplemft0/dllmain.h b/AVStream/samplemft0/dllmain.h new file mode 100644 index 00000000..04e95ab3 --- /dev/null +++ b/AVStream/samplemft0/dllmain.h @@ -0,0 +1,10 @@ +// dllmain.h : Declaration of module class. + +class CSampleMft0Module : public ATL::CAtlDllModuleT< CSampleMft0Module > +{ +public : + DECLARE_LIBID(LIBID_SampleMft0Lib) + DECLARE_REGISTRY_APPID_RESOURCEID(IDR_SAMPLEMFT0, "{F9ED475B-DC47-458A-A138-55D7E8A57AF0}") +}; + +extern class CSampleMft0Module _AtlModule; |
