From: Tom Yu Date: Fri, 25 Jul 2008 21:47:03 +0000 (+0000) Subject: pull up r20553 from trunk X-Git-Tag: kfw-3.2.3-alpha1~23 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ed1c2c9ab4d7035fb41cff51407135c2305c3171;p=krb5.git pull up r20553 from trunk r20553@cathode-dark-space: jaltman | 2008-07-21 14:48:03 -0400 ticket: new subject: Assign fixed ordinals to comerr32.dll exports component: krb5-libs tags: pullup 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: 6040 version_fixed: 1.6.4 status: resolved git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@20585 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/comerr32.def b/src/lib/comerr32.def index 05e4f5d1f..55c024d1a 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