mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Atomic: support clang 3.4+
This commit is contained in:
parent
0908bd64dc
commit
b3c7395a23
2 changed files with 6 additions and 1 deletions
|
@ -11,6 +11,10 @@
|
|||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
||||
#ifndef __has_feature
|
||||
#define __has_feature(x) 0
|
||||
#endif
|
||||
|
||||
// SVN version number
|
||||
extern const char *scm_desc_str;
|
||||
extern const char *scm_branch_str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue