Skip to content

Commit f72cf38

Browse files
committed
public/tier0/platform.h: Remove __restrict not only for linux
1 parent 87150cc commit f72cf38

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)