| Index: webrtc/common_types.h
|
| diff --git a/webrtc/common_types.h b/webrtc/common_types.h
|
| index b8c0df4b081a7e00a80ab291c4f3dbff327ee4b0..b1842ef59598e78e86f99f71d495661b0d1a9483 100644
|
| --- a/webrtc/common_types.h
|
| +++ b/webrtc/common_types.h
|
| @@ -27,9 +27,9 @@
|
| #pragma warning(disable : 4351)
|
| #endif
|
|
|
| -#ifdef WEBRTC_EXPORT
|
| +#if defined(WEBRTC_EXPORT)
|
| #define WEBRTC_DLLEXPORT _declspec(dllexport)
|
| -#elif WEBRTC_DLL
|
| +#elif defined(WEBRTC_DLL)
|
| #define WEBRTC_DLLEXPORT _declspec(dllimport)
|
| #else
|
| #define WEBRTC_DLLEXPORT
|
|
|