reorganized the samples, again. Moved the programs that were more test cases to the unit test directory and repackaged the unit test directory.
This commit is contained in:
11
unittest/com/jacob/test/atl/MultiFace/MultiFaceps.def
Normal file
11
unittest/com/jacob/test/atl/MultiFace/MultiFaceps.def
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
LIBRARY "MultiFacePS"
|
||||
|
||||
DESCRIPTION 'Proxy/Stub DLL'
|
||||
|
||||
EXPORTS
|
||||
DllGetClassObject @1 PRIVATE
|
||||
DllCanUnloadNow @2 PRIVATE
|
||||
GetProxyDllInfo @3 PRIVATE
|
||||
DllRegisterServer @4 PRIVATE
|
||||
DllUnregisterServer @5 PRIVATE
|
||||
Reference in New Issue
Block a user