svn rev #19776: branches/krb5-1-6/ src/windows/identity/include/ src/windows/identity/kconfig/ ...

tlyu@MIT.EDU tlyu at MIT.EDU
Thu Aug 9 18:09:40 EDT 2007


Commit By: tlyu
Log Message: 
ticket: 5584
version_fixed: 1.6.3

pull up r19618 from trunk

 r19618 at cathode-dark-space:  jaltman | 2007-06-22 14:47:16 -0400
 ticket: 5584
 
 All exports in nidmgr32.dll are declared as __declspec(dllexport)
 using the KHMEXP macro in the header files.  However, since the same
 header files are used to declare imports when building applications
 and plug-ins that use nidmgr32.dll, the KHMEXP macro should switch to
 __declspec(import) so that the relevant import table entries are
 created.
 
 To make this switch, the source files that go into nidmgr32.dll are
 compiled with the special macro _NIMLIB_ defined that indicates that
 the KHMEXP should expand to __declspec(dllexport).  In the absence of
 this macro, KHMEXP will expand to __declspec(dllimport).
 




Changed Files:
_U  branches/krb5-1-6/
U   branches/krb5-1-6/src/windows/identity/include/khdefs.h
U   branches/krb5-1-6/src/windows/identity/kconfig/kconfiginternal.h
U   branches/krb5-1-6/src/windows/identity/kcreddb/kcreddbinternal.h
U   branches/krb5-1-6/src/windows/identity/kherr/kherrinternal.h
U   branches/krb5-1-6/src/windows/identity/kmm/kmminternal.h
U   branches/krb5-1-6/src/windows/identity/kmm/kplugin.h
U   branches/krb5-1-6/src/windows/identity/kmq/kmqinternal.h
U   branches/krb5-1-6/src/windows/identity/plugins/krb4/krb4main.c
U   branches/krb5-1-6/src/windows/identity/plugins/krb4/krbcred.h
U   branches/krb5-1-6/src/windows/identity/plugins/krb5/krb5main.c
U   branches/krb5-1-6/src/windows/identity/plugins/krb5/krbcred.h
U   branches/krb5-1-6/src/windows/identity/uilib/action.c
U   branches/krb5-1-6/src/windows/identity/uilib/alert.c
U   branches/krb5-1-6/src/windows/identity/uilib/configui.c
U   branches/krb5-1-6/src/windows/identity/uilib/creddlg.c
U   branches/krb5-1-6/src/windows/identity/uilib/propsheet.c
U   branches/krb5-1-6/src/windows/identity/uilib/propwnd.c
U   branches/krb5-1-6/src/windows/identity/uilib/rescache.c
U   branches/krb5-1-6/src/windows/identity/uilib/trackerwnd.c
U   branches/krb5-1-6/src/windows/identity/uilib/uibind.c
U   branches/krb5-1-6/src/windows/identity/uilib/uilibmain.c
U   branches/krb5-1-6/src/windows/identity/uilib/version.c
U   branches/krb5-1-6/src/windows/identity/util/hashtable.c
U   branches/krb5-1-6/src/windows/identity/util/mstring.c
U   branches/krb5-1-6/src/windows/identity/util/perfstat.c
U   branches/krb5-1-6/src/windows/identity/util/sync.c



More information about the cvs-krb5 mailing list