HAVE_DIA_SDK is directly checked by value, so define it as 0/1.

llvm-svn: 282788
This commit is contained in:
Joerg Sonnenberger 2016-09-29 21:44:25 +00:00
parent e62600a95c
commit eb5be195d8
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
#cmakedefine01 HAVE_DECL_STRERROR_S
/* Define to 1 if you have the DIA SDK installed, and to 0 if you don't. */
#cmakedefine HAVE_DIA_SDK ${HAVE_DIA_SDK}
#cmakedefine01 HAVE_DIA_SDK
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
*/