diff options
Diffstat (limited to 'chrome/browser/sync/engine/syncapi.h')
-rw-r--r-- | chrome/browser/sync/engine/syncapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/sync/engine/syncapi.h b/chrome/browser/sync/engine/syncapi.h index da50cc2..3b02004 100644 --- a/chrome/browser/sync/engine/syncapi.h +++ b/chrome/browser/sync/engine/syncapi.h @@ -51,6 +51,8 @@ typedef uint16 sync_char16; #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 |