; DSPlugIn.def : Declares the module parameters for the DLL. LIBRARY "TestRunnerDSPlugin" DESCRIPTION 'TestRunnerDSPlugin Windows Dynamic Link Library' EXPORTS ; Explicit exports can go here DllCanUnloadNow PRIVATE DllGetClassObject PRIVATE DllRegisterServer PRIVATE DllUnregisterServer PRIVATE