Skip to content

Commit

Permalink
public/tier0/platform.h: Remove __restrict not only for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
er2off committed Dec 30, 2023
1 parent 87150cc commit f72cf38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/tier0/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f72cf38

Please sign in to comment.