TargetVersion: 1.7
Component: krb5-libs
Ticket: 5594
Subj: Work on compiling the CCAPI test suite on Windows.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20160
dc483132-0cff-0310-8789-
dd5450dbe970
#ifndef CCS_TYPES_H
#define CCS_TYPES_H
+#ifdef WIN32
+#pragma warning ( disable : 4068)
+#endif
+
#include "cci_types.h"
struct cci_array_d;
#else
#ifdef WIN32
+/* On Windows, a pipe is the name of the endpoint to which to send the reply: */
typedef char* ccs_pipe_t;
#define CCS_PIPE_NULL (char*)NULL