summaryrefslogtreecommitdiff
path: root/TtfInfo.def
diff options
context:
space:
mode:
Diffstat (limited to 'TtfInfo.def')
-rw-r--r--TtfInfo.def9
1 files changed, 9 insertions, 0 deletions
diff --git a/TtfInfo.def b/TtfInfo.def
new file mode 100644
index 0000000..023ba8e
--- /dev/null
+++ b/TtfInfo.def
@@ -0,0 +1,9 @@
+; TtfInfo.def : Declares the module parameters.
+
+LIBRARY "TtfInfo.DLL"
+
+EXPORTS
+ DllCanUnloadNow @1 PRIVATE
+ DllGetClassObject @2 PRIVATE
+ DllRegisterServer @3 PRIVATE
+ DllUnregisterServer @4 PRIVATE