diff options
| author | Theodore Tso <tytso@mit.edu> | 1996-06-12 04:47:54 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1996-06-12 04:47:54 +0000 |
| commit | 55c3fa33901c4a545825a37b38bca1334bb9e610 (patch) | |
| tree | 280da844592ae610f5706bd2a60ae4cb5ce51ba7 /src/lib/gssapi/generic/ChangeLog | |
| parent | 971bbdbe06775c56e02d06919f0bfab7c7c27bb8 (diff) | |
| download | krb5-55c3fa33901c4a545825a37b38bca1334bb9e610.tar.gz krb5-55c3fa33901c4a545825a37b38bca1334bb9e610.tar.xz krb5-55c3fa33901c4a545825a37b38bca1334bb9e610.zip | |
Change INTERFACE to be KRB5_CALLCONV, which is where the calling
convention is defined. Add KRB5_DLLIMP which is where the DLL
import/export should be put for Win32. (Win16 is just different.)
The correct way to declare a function which will be used in a DLL is
now: KRB5_DLLIMP func_return_t KRB5_CALLCONV func(long)
Change function delcarations to use the new convention. Actually, it
doesn't hurt to use the old convention as long as func_return_t
doesn't contain a '*'. But in the long run we should be exterminating
all uses of INTERFACE in favor of KRB5_CALLCONV and KRB5_DLLIMP.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8307 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/gssapi/generic/ChangeLog')
| -rw-r--r-- | src/lib/gssapi/generic/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/lib/gssapi/generic/ChangeLog b/src/lib/gssapi/generic/ChangeLog index 35165ff2e..7da7d7889 100644 --- a/src/lib/gssapi/generic/ChangeLog +++ b/src/lib/gssapi/generic/ChangeLog @@ -1,3 +1,19 @@ +Wed Jun 12 00:46:41 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> + + * gssapi.h: Change INTERFACE to be KRB5_CALLCONV, which is where + the calling convention is defined. Add KRB5_DLLIMP + which is where the DLL import/export should be put for + Win32. (Win16 is just different.) The correct way to + declare a function which will be used in a DLL is now: + KRB5_DLLIMP func_return_t KRB5_CALLCONV func(long) + + Change function delcarations to use the new + convention. Actually, it doesn't hurt to use the old + convention as long as func_return_t doesn't contain a + '*'. But in the long run we should be exterminating + all uses of INTERFACE in favor of KRB5_CALLCONV and + KRB5_DLLIMP. + Tue Apr 2 15:31:25 1996 Theodore Y. Ts'o <tytso@dcl> * Makefile.in (SRCS): Inlined list of source files for SRCS and |
