kdc: annotate libkdc Windows function annotations
Annotate libkdc APIs with KDC_LIB_{CALL,FUNCTION} to ensure correct calling convention and optimized DLL importing on Windows. Ensure Windows and libtool export tables are consistent.
This commit is contained in:
@@ -33,7 +33,7 @@ RELDIR=kdc
|
||||
|
||||
!include ../windows/NTMakefile.w32
|
||||
|
||||
intcflags=-I$(OBJ) -I$(SRC)\lib\gssapi -I$(OBJDIR)\lib\gssapi -I$(OBJDIR)\lib\gss_preauth
|
||||
intcflags=-I$(OBJ) -I$(SRC)\lib\gssapi -I$(OBJDIR)\lib\gssapi -I$(OBJDIR)\lib\gss_preauth -DBUILD_KDC_LIB
|
||||
|
||||
BINPROGRAMS=$(BINDIR)\string2key.exe
|
||||
|
||||
|
Reference in New Issue
Block a user