+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
#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 */
/*