Ignore:
Timestamp:
Mar 7, 2010, 9:50:22 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

global: Use declspec(dllexport) on OS/2 (first step to reduce the number of exports in DLLs).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/3rdparty/webkit/WebCore/config.h

    r561 r648  
    2626#include <wtf/Platform.h>
    2727
    28 #if PLATFORM(WIN_OS) && !defined(BUILDING_WX__) && !COMPILER(GCC)
     28#if )
    2929#if defined(BUILDING_JavaScriptCore) || defined(BUILDING_WTF)
    3030#define JS_EXPORTDATA __declspec(dllexport)
Note: See TracChangeset for help on using the changeset viewer.