| Index: ppapi/proxy/ppapi_proxy_export.h
|
| diff --git a/ppapi/proxy/ppapi_proxy_export.h b/ppapi/proxy/ppapi_proxy_export.h
|
| index 6b1e83bc1d35614c03570b62a2c1faaa4118938a..be86da43d6e980ce24ee22e1f36512736f3da29e 100644
|
| --- a/ppapi/proxy/ppapi_proxy_export.h
|
| +++ b/ppapi/proxy/ppapi_proxy_export.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef PPAPI_PROXY_PPAPI_PROXY_EXPORT_H_
|
| #define PPAPI_PROXY_PPAPI_PROXY_EXPORT_H_
|
|
|
| -#if defined(COMPONENT_BUILD)
|
| +#if defined(COMPONENT_BUILD) && !defined(NACL_WIN64)
|
| #if defined(WIN32)
|
|
|
| #if defined(PPAPI_PROXY_IMPLEMENTATION)
|
| @@ -22,7 +22,7 @@
|
| #endif
|
| #endif
|
|
|
| -#else // defined(COMPONENT_BUILD)
|
| +#else // defined(COMPONENT_BUILD) && !defined(NACL_WIN64)
|
| #define PPAPI_PROXY_EXPORT
|
| #endif
|
|
|
|
|