aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2008-07-21 18:48:03 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2008-07-21 18:48:03 +0000
commit1af9a575b231f971d8de4e4bb566a0bb826db97d (patch)
treed379aead1805a7bf61a60da458bacf11ccfe72bb /src
parent7d2ec4fe85b4bc88a3be5cefd386c28fd2c709ad (diff)
downloadkrb5-1af9a575b231f971d8de4e4bb566a0bb826db97d.zip
krb5-1af9a575b231f971d8de4e4bb566a0bb826db97d.tar.gz
krb5-1af9a575b231f971d8de4e4bb566a0bb826db97d.tar.bz2
Assign fixed ordinals to comerr32.dll exports
All of the other libraries on Windows have fixed assignments of ordinals to the exported functions. Assign the ordinals that were in use in the last public release, kfw 3.2.2, so that they will remain constant into the future in case additional exports are added to the library. ticket: new component: krb5-libs tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20553 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/comerr32.def14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/comerr32.def b/src/lib/comerr32.def
index 05e4f5d..55c024d 100644
--- a/src/lib/comerr32.def
+++ b/src/lib/comerr32.def
@@ -3,10 +3,10 @@ DESCRIPTION 'DLL for ComErr'
HEAPSIZE 8192
EXPORTS
- com_err
- com_err_va
- error_message
- add_error_table
- remove_error_table
- set_com_err_hook
- reset_com_err_hook
+ com_err @2
+ com_err_va @3
+ error_message @4
+ add_error_table @1
+ remove_error_table @5
+ set_com_err_hook @6
+ reset_com_err_hook @7