diff -rupN vmnet-only.a/vm_assert.h vmnet-only/vm_assert.h --- vmnet-only.a/vm_assert.h 2014-03-31 18:49:14.845009422 +0100 +++ vmnet-only/vm_assert.h 2014-03-31 18:49:21.390009439 +0100 @@ -256,6 +256,7 @@ void WarningThrottled(uint32 *count, con __FILE__, __LINE__, __FUNCTION__, \ _fix)) #else + #undef DEPRECATED /* in since 3.14.0 */ #define DEPRECATED(_fix) do {} while (0) #endif