Chromium Code Reviews| Index: chrome/browser/sync/engine/syncapi.h |
| =================================================================== |
| --- chrome/browser/sync/engine/syncapi.h (revision 23002) |
| +++ chrome/browser/sync/engine/syncapi.h (working copy) |
| @@ -51,6 +51,8 @@ |
| #if (defined(OS_WIN) || defined(OS_WINDOWS)) |
| #if COMPILING_SYNCAPI_LIBRARY |
| #define SYNC_EXPORT __declspec(dllexport) |
| +#elif COMPILING_SYNCAPI_STUB |
| +#define SYNC_EXPORT |
| #else |
| #define SYNC_EXPORT __declspec(dllimport) |
| #endif |