More tests for GSSAPI_DEPRECATED

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25333 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-07-16 18:27:37 +00:00
parent 2b54af87e9
commit 57e31f7593

View File

@@ -54,7 +54,13 @@
#endif
#ifndef GSSAPI_DEPRECATED
#if defined(__GNUC__) && ((__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 1 )))
#define GSSAPI_DEPRECATED __attribute__((deprecated))
#elif defined(_MSC_VER)
#define GSSAPI_DEPRECATED __declspec(deprecated)
#else
#define GSSAPI_DEPRECATED
#endif
#endif
/*