diff options
author | Chris Robinson <[email protected]> | 2012-10-06 21:30:03 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-10-06 21:30:03 -0700 |
commit | d52cb3708bd3a05f19e4fecbe29ac6f301b2d0b2 (patch) | |
tree | 49d3d16f8f767387445a28b6a66573c178a89539 /config.h.in | |
parent | fa8d3746134d4e1bda0491c2e964ef07a67b6be5 (diff) |
Include windows.h before cpuid.h to avoid __cpuid clashes
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/config.h.in b/config.h.in index 750fcfab..75d7a790 100644 --- a/config.h.in +++ b/config.h.in @@ -61,9 +61,6 @@ /* Define if we have the Wave Writer backend */ #cmakedefine HAVE_WAVE -/* Define if we have dlfcn.h */ -#cmakedefine HAVE_DLFCN_H - /* Define if we have the stat function */ #cmakedefine HAVE_STAT @@ -106,9 +103,6 @@ /* Define if we have the strtof function */ #cmakedefine HAVE_STRTOF -/* Define if we have stdint.h */ -#cmakedefine HAVE_STDINT_H - /* Define if we have the __int64 type */ #cmakedefine HAVE___INT64 @@ -124,6 +118,15 @@ /* Define if we have GCC's format attribute */ #cmakedefine HAVE_GCC_FORMAT +/* Define if we have stdint.h */ +#cmakedefine HAVE_STDINT_H + +/* Define if we have windows.h */ +#cmakedefine HAVE_WINDOWS_H + +/* Define if we have dlfcn.h */ +#cmakedefine HAVE_DLFCN_H + /* Define if we have pthread_np.h */ #cmakedefine HAVE_PTHREAD_NP_H |