Some PC fix-ups due to the include structure changing
authorKeith Vetter <keithv@fusion.com>
Thu, 20 Apr 1995 21:55:55 +0000 (21:55 +0000)
committerKeith Vetter <keithv@fusion.com>
Thu, 20 Apr 1995 21:55:55 +0000 (21:55 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5407 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/gssapi/generic/ChangeLog
src/lib/gssapi/generic/gssapi.h

index 694c6160c9de6646778a03e5b189ae3bc0c24de8..a468456d8424f4e82b0a3c953b881094f344d046 100644 (file)
@@ -1,3 +1,7 @@
+Thu Apr 20 14:23:14 1995 Keith Vetter (keithv@fusion.com)
+
+       * gssapi.h: fixed up the "windows specific hackery".
+
 Thu Apr 20 11:41:04 1995    <tytso@rsx-11.mit.edu>
 
        * configure.in: Add checking for SIZEOF_SHORT, SIZEOF_INT, and
index 9c82c9da6780eb894f47b0a25abb6c2aeec72b0f..4d7e3f9b149a9e97f0f3f524d703a07ed94bdde8 100644 (file)
 #define GSS_SIZEOF_INT      2
 #define GSS_SIZEOF_SHORT    2
 #define GSS_SIZEOF_LONG     4
+
+#ifndef INTERFACE
+#define INTERFACE   __far __export __pascal
+#define INTERFACE_C __far __export __cdecl
+#endif /* INTERFACE */
+
 #ifndef FAR
 #define FAR     _far
-#define INTERFACE   __far __export __pascal
 #endif /* FAR */
 #else /* _MSDOS */
 /*