Browse Source

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

pull/328/head
Er2 6 months ago
parent
commit
f72cf388aa
  1. 2
      public/tier0/platform.h

2
public/tier0/platform.h

@ -594,7 +594,7 @@ typedef void * HINSTANCE; @@ -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…
Cancel
Save