Skip to content

Commit 53cb673

Browse files
authored
Merge pull request #328 from er2off/restrictfix
public/tier0/platform.h: Remove __restrict not only for linux
2 parents 87150cc + f72cf38 commit 53cb673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/tier0/platform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ typedef void * HINSTANCE;
594594
#define FMTFUNCTION( a, b )
595595
#elif defined(GNUC)
596596
#define SELECTANY __attribute__((weak))
597-
#if defined(LINUX) && !defined(DEDICATED)
597+
#ifndef DEDICATED
598598
#define RESTRICT
599599
#else
600600
#define RESTRICT __restrict

0 commit comments

Comments
 (0)