Browse Source

Merge pull request #328 from er2off/restrictfix

public/tier0/platform.h: Remove __restrict not only for linux
master
nillerusr 6 months ago committed by GitHub
parent
commit
53cb673849
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/tier0/platform.h

2
public/tier0/platform.h

@ -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…
Cancel
Save