~ubuntu-branches/ubuntu/wily/kbibtex/wily

« back to all changes in this revision

Viewing changes to src/libkbibtexio/kbibtexio_export.h

  • Committer: Package Import Robot
  • Author(s): Michael Hanke
  • Date: 2011-07-18 09:29:48 UTC
  • mfrom: (1.1.6) (2.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20110718092948-ksxjmg7kdfamolmg
Tags: 0.3-1
* First upstream release for KDE4 (Closes: #634255). A number of search
  engines are still missing, in comparison to the 0.2 series.
* Bumped Standards-Version to 3.9.2, no changes necessary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef KBIBTEXIO_EXPORT_H
 
2
#define KBIBTEXIO_EXPORT_H
 
3
 
 
4
#include <kdemacros.h>
 
5
 
 
6
#ifndef KBIBTEXIO_EXPORT
 
7
# if defined(MAKE_KBIBTEXIO_LIB)
 
8
/* We are building this library */
 
9
#  define KBIBTEXIO_EXPORT KDE_EXPORT
 
10
# else // MAKE_KBIBTEXIO_LIB
 
11
/* We are using this library */
 
12
#  define KBIBTEXIO_EXPORT KDE_IMPORT
 
13
# endif // MAKE_KBIBTEXIO_LIB
 
14
#endif // KBIBTEXIO_EXPORT
 
15
 
 
16
#endif // KBIBTEXIO_EXPORT_H