| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index ad6db7d1e5949429f3f43ec577e47fbe93af9901..56bfc0ff5088af44c930456044524dda35e2b92a 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -35,11 +35,6 @@
|
| // the V8 DLL USING_V8_SHARED needs to be defined. When either building the V8
|
| // static library or building a program which uses the V8 static library neither
|
| // BUILDING_V8_SHARED nor USING_V8_SHARED should be defined.
|
| -#if defined(BUILDING_V8_SHARED) && defined(USING_V8_SHARED)
|
| -#error both BUILDING_V8_SHARED and USING_V8_SHARED are set - please check the\
|
| - build configuration to ensure that at most one of these is set
|
| -#endif
|
| -
|
| #ifdef BUILDING_V8_SHARED
|
| # define V8_EXPORT __declspec(dllexport)
|
| #elif USING_V8_SHARED
|
|
|