| Index: src/url_common.h
|
| diff --git a/src/url_common.h b/src/url_common.h
|
| index ac045a8ce625292ad2761d4582eb269b6b8fba21..d707a04c0eab2929e9fbb9bf8d311c8033f67619 100644
|
| --- a/src/url_common.h
|
| +++ b/src/url_common.h
|
| @@ -30,25 +30,7 @@
|
| #ifndef GOOGLEURL_SRC_URL_COMMON_H__
|
| #define GOOGLEURL_SRC_URL_COMMON_H__
|
|
|
| -#if !defined(GURL_IMPLEMENTATION)
|
| -#define GURL_IMPLEMENTATION 0
|
| -#endif
|
| -
|
| -#if defined(GURL_DLL)
|
| -#if defined(WIN32)
|
| -#if GURL_IMPLEMENTATION
|
| -#define GURL_API __declspec(dllexport)
|
| -#else
|
| -#define GURL_API __declspec(dllimport)
|
| -#endif
|
| -#else
|
| -// Non-Windows DLLs.
|
| -#define GURL_API __attribute__((visibility("default")))
|
| -#endif
|
| -#else
|
| -// Not a DLL.
|
| -#define GURL_API
|
| -#endif
|
| +#include "url/url_common.h"
|
|
|
| #endif // GOOGLEURL_SRC_URL_COMMON_H__
|
|
|
|
|