summaryrefslogtreecommitdiff
path: root/extensions/test/ole/MfcControl/MfcControl.def
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/test/ole/MfcControl/MfcControl.def')
-rw-r--r--extensions/test/ole/MfcControl/MfcControl.def9
1 files changed, 9 insertions, 0 deletions
diff --git a/extensions/test/ole/MfcControl/MfcControl.def b/extensions/test/ole/MfcControl/MfcControl.def
new file mode 100644
index 000000000000..8c164a7b5399
--- /dev/null
+++ b/extensions/test/ole/MfcControl/MfcControl.def
@@ -0,0 +1,9 @@
+; MfcControl.def : Declares the module parameters.
+
+LIBRARY "MFCCONTROL.OCX"
+
+EXPORTS
+ DllCanUnloadNow PRIVATE
+ DllGetClassObject PRIVATE
+ DllRegisterServer PRIVATE
+ DllUnregisterServer PRIVATE