git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix Windows tests after switch to CMake.
[WebKit-https.git]
/
Source
/
WebCore
/
testing
/
js
/
WebCoreTestSupportPrefix.h
diff --git
a/Source/WebCore/testing/js/WebCoreTestSupportPrefix.h
b/Source/WebCore/testing/js/WebCoreTestSupportPrefix.h
index
db378e4
..
c5ff92d
100644
(file)
--- a/
Source/WebCore/testing/js/WebCoreTestSupportPrefix.h
+++ b/
Source/WebCore/testing/js/WebCoreTestSupportPrefix.h
@@
-27,6
+27,10
@@
/* Things that need to be defined globally should go into "config.h". */
+#if defined(HAVE_CONFIG_H) && HAVE_CONFIG_H && defined(BUILDING_WITH_CMAKE)
+#include "cmakeconfig.h"
+#endif
+
#include <wtf/Platform.h>
#if defined(__APPLE__)