source: trunk/DirectShowSpy/Module.def @ 937

Last change on this file since 937 was 310, checked in by roman, 10 years ago

Uniform source code file naming; VS 2012 build (v110_xp toolset); Binaries

File size: 237 bytes
RevLine 
[310]1; DirectShowSpy.def : Declares the module parameters.
2
3LIBRARY      "DirectShowSpy.DLL"
4
5EXPORTS
6        DllCanUnloadNow         PRIVATE
7        DllGetClassObject       PRIVATE
8        DllRegisterServer       PRIVATE
9        DllUnregisterServer     PRIVATE
10        DllInstall              PRIVATE
Note: See TracBrowser for help on using the repository browser.