public/tier0/platform.h: Remove __restrict not only for linux

This commit is contained in:
Er2 2023-12-30 10:34:50 +03:00
parent 87150cc028
commit f72cf388aa

View File

@ -594,7 +594,7 @@ typedef void * HINSTANCE;
#define FMTFUNCTION( a, b )
#elif defined(GNUC)
#define SELECTANY __attribute__((weak))
#if defined(LINUX) && !defined(DEDICATED)
#ifndef DEDICATED
#define RESTRICT
#else
#define RESTRICT __restrict