mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
Merge pull request #328 from er2off/restrictfix
public/tier0/platform.h: Remove __restrict not only for linux
This commit is contained in:
commit
53cb673849
@ -594,7 +594,7 @@ typedef void * HINSTANCE;
|
|||||||
#define FMTFUNCTION( a, b )
|
#define FMTFUNCTION( a, b )
|
||||||
#elif defined(GNUC)
|
#elif defined(GNUC)
|
||||||
#define SELECTANY __attribute__((weak))
|
#define SELECTANY __attribute__((weak))
|
||||||
#if defined(LINUX) && !defined(DEDICATED)
|
#ifndef DEDICATED
|
||||||
#define RESTRICT
|
#define RESTRICT
|
||||||
#else
|
#else
|
||||||
#define RESTRICT __restrict
|
#define RESTRICT __restrict
|
||||||
|
Loading…
Reference in New Issue
Block a user