Fix the build for non-MS compilers.
This commit is contained in:
parent
d06ec80d0c
commit
ceac346af6
|
@ -98,9 +98,11 @@
|
||||||
# define ARCHITECTURE_ID "X86"
|
# define ARCHITECTURE_ID "X86"
|
||||||
|
|
||||||
# else /* unknown architecture */
|
# else /* unknown architecture */
|
||||||
# defined ARCHITECTURE_ID ""
|
# define ARCHITECTURE_ID ""
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
#else
|
||||||
|
# define ARCHITECTURE_ID ""
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Construct the string literal in pieces to prevent the source from
|
/* Construct the string literal in pieces to prevent the source from
|
||||||
|
|
Loading…
Reference in New Issue