define except on Windows.
ticket: 2910
status: open
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17085
dc483132-0cff-0310-8789-
dd5450dbe970
* gssapi.hin: Always include stddef.h unconditionally. Don't
conditionally include xom.h here.
(GSS_SIZEOF_INT, GSS_SIZEOF_LONG, GSS_SIZEOF_SHORT): Don't
- define.
+ define, except on Windows.
2004-06-22 Ken Raeburn <raeburn@mit.edu>
#if defined(_MSDOS) || defined(_WIN32)
#include <win-mac.h>
+#define GSS_SIZEOF_SHORT SIZEOF_SHORT
+#define GSS_SIZEOF_LONG SIZEOF_LONG
+#define GSS_SIZEOF_INT SIZEOF_INT
#endif
#ifndef KRB5_CALLCONV