public/tier0/platform.h: Remove __restrict not only for linux
This commit is contained in:
parent
32832f45ce
commit
445249ef2b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue