Fix the build for non-MS compilers.

This commit is contained in:
Bill Hoffman 2009-11-21 09:39:30 -05:00
parent d06ec80d0c
commit ceac346af6
1 changed files with 3 additions and 1 deletions

View File

@ -98,9 +98,11 @@
# define ARCHITECTURE_ID "X86"
# else /* unknown architecture */
# defined ARCHITECTURE_ID ""
# define ARCHITECTURE_ID ""
# endif
#else
# define ARCHITECTURE_ID ""
#endif
/* Construct the string literal in pieces to prevent the source from