summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/qt/WebKitWidgetsPrefix.h
blob: d977bd68234a5f4c0e86566baf23cab8584a27e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#if defined(HAVE_CONFIG_H) && HAVE_CONFIG_H && defined(BUILDING_WITH_CMAKE)
#include "cmakeconfig.h"
#endif

#include "config.h"

#if OS(WINDOWS)

#ifndef WEBCORE_EXPORT
#define WEBCORE_EXPORT WTF_IMPORT_DECLARATION
#endif // !WEBCORE_EXPORT

#endif