~dannf/ubuntu/saucy/djvulibre/lp1224195

« back to all changes in this revision

Viewing changes to libdjvu/DjVuGlobal.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-11-20 15:19:50 UTC
  • Revision ID: james.westby@ubuntu.com-20071120151950-faaqc1a64q7bc81w
Tags: 3.5.19-3ubuntu1
* Sync with Debian
 * debian/control:
   - updated maintainer information
 * debian/rules:
   - call dh_icons to update the icon cache at installation

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
//C- | MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
54
54
//C- +------------------------------------------------------------------
55
55
// 
56
 
// $Id: DjVuGlobal.h,v 1.11 2007/03/25 20:48:30 leonb Exp $
57
 
// $Name: debian_version_3_5_19-2 $
 
56
// $Id: DjVuGlobal.h,v 1.12 2007/05/19 03:07:33 leonb Exp $
 
57
// $Name: debian_version_3_5_19-3 $
58
58
 
59
59
#ifndef _DJVUGLOBAL_H
60
60
#define _DJVUGLOBAL_H
79
79
# ifdef DLL_EXPORT
80
80
#  define DJVUAPI __declspec(dllexport)
81
81
# else
82
 
#  ifdef LIBDJVU_DLL_IMPORT 
83
 
#   define DJVUAPI __declspec(dllimport)
84
 
#  endif
 
82
#  define DJVUAPI __declspec(dllimport)
85
83
# endif
86
84
#endif
87
85
#ifndef DJVUAPI
102
100
    @memo
103
101
    Global definitions.
104
102
    @version
105
 
    #$Id: DjVuGlobal.h,v 1.11 2007/03/25 20:48:30 leonb Exp $#
 
103
    #$Id: DjVuGlobal.h,v 1.12 2007/05/19 03:07:33 leonb Exp $#
106
104
    @author
107
105
    L\'eon Bottou <leonb@research.att.com> -- empty file.\\
108
106
    Bill Riemers <docbill@sourceforge.net> -- real work.  */