blob: 5d8c019adefcb5506a3e60590b1431f1234cf96b (
plain)
1
2
3
4
5
6
7
8
9
|
; AxTestComponents.def : Declares the module parameters.
LIBRARY "AxTestComponents.DLL"
EXPORTS
DllCanUnloadNow PRIVATE
DllGetClassObject PRIVATE
DllRegisterServer PRIVATE
DllUnregisterServer PRIVATE
|