From cdbc103ef8bd4d6356ee321a3df345fb6297706f Mon Sep 17 00:00:00 2001 From: Danilo Almeida Date: Fri, 7 May 1999 22:33:56 +0000 Subject: Remove Win16 directives to get rid of warnings git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11429 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/gssapi32.def | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/lib/gssapi32.def') diff --git a/src/lib/gssapi32.def b/src/lib/gssapi32.def index 639689410..2513684b4 100644 --- a/src/lib/gssapi32.def +++ b/src/lib/gssapi32.def @@ -1,11 +1,9 @@ ;---------------------------------------------------- -; GSSAPI.DEF - GSSAPI.DLL module definition file +; GSSAPI32.DEF - GSSAPI32.DLL module definition file ;---------------------------------------------------- -;LIBRARY GSSAPI +;LIBRARY GSSAPI32 DESCRIPTION 'Base Generic Security Service API' -CODE PRELOAD MOVEABLE DISCARDABLE -DATA PRELOAD MOVEABLE SINGLE HEAPSIZE 8192 EXPORTS -- cgit