Changeset 34 for qca-tls/trunk/qca.h


Ignore:
Timestamp:
Sep 5, 2006, 11:45:30 PM (19 years ago)
Author:
dmik
Message:

QCA-TLS: Added OS/2-related defines to make it compile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • qca-tls/trunk/qca.h

    r31 r34  
    4242#endif
    4343
    44 #ifdef Q_OS_WIN32
     44#if defined(Q_OS_WIN32)
    4545#  ifdef QCA_PLUGIN_DLL
    4646#    define QCA_PLUGIN_EXPORT extern "C" __declspec(dllexport)
     
    4848#    define QCA_PLUGIN_EXPORT extern "C" __declspec(dllimport)
    4949#  endif
     50#elif defined(Q_OS_OS2)
     51#  define QCA_PLUGIN_EXPORT extern "C" _System
    5052#endif
    5153#ifndef QCA_PLUGIN_EXPORT
Note: See TracChangeset for help on using the changeset viewer.