diff options
Diffstat (limited to 'Shutdown/Shutdownps.def')
-rw-r--r-- | Shutdown/Shutdownps.def | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Shutdown/Shutdownps.def b/Shutdown/Shutdownps.def new file mode 100644 index 0000000..ee41a99 --- /dev/null +++ b/Shutdown/Shutdownps.def @@ -0,0 +1,11 @@ +
+LIBRARY "ShutdownPS"
+
+DESCRIPTION 'Proxy/Stub DLL'
+
+EXPORTS
+ DllGetClassObject @1 PRIVATE
+ DllCanUnloadNow @2 PRIVATE
+ GetProxyDllInfo @3 PRIVATE
+ DllRegisterServer @4 PRIVATE
+ DllUnregisterServer @5 PRIVATE
|