summaryrefslogtreecommitdiffstats
path: root/src/lib/comerr32.def
diff options
context:
space:
mode:
authorRichard Basch <probe@mit.edu>1997-02-15 21:37:11 +0000
committerRichard Basch <probe@mit.edu>1997-02-15 21:37:11 +0000
commit441763d0b69e15def56d6141345e0eac7fe580de (patch)
tree811ebe1cd5c9b537d5c1b83f9dd504aedc4368e9 /src/lib/comerr32.def
parent084f8684422ba1edcd944f7bb5fc141f0ba9f0d0 (diff)
downloadkrb5-441763d0b69e15def56d6141345e0eac7fe580de.tar.gz
krb5-441763d0b69e15def56d6141345e0eac7fe580de.tar.xz
krb5-441763d0b69e15def56d6141345e0eac7fe580de.zip
Makefile.in: build comerr dll
comerr16.def comerr32.def: New definition files for Windows comerr library krb5_16.def krb5_32.def: Removed comerr exports win_glue.c: win32 dll entry/exit code added gssapi32.def krb5_32.def: Removed obsolete WEP & LibMain exports git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9875 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/comerr32.def')
-rw-r--r--src/lib/comerr32.def12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/lib/comerr32.def b/src/lib/comerr32.def
new file mode 100644
index 0000000000..91f6d1920a
--- /dev/null
+++ b/src/lib/comerr32.def
@@ -0,0 +1,12 @@
+;LIBRARY COMERR32
+DESCRIPTION 'DLL for ComErr'
+CODE PRELOAD MOVEABLE DISCARDABLE
+DATA PRELOAD MOVEABLE SINGLE
+HEAPSIZE 8192
+
+EXPORTS
+ com_err
+ com_err_va
+ error_message
+ add_error_table
+ remove_error_table