~ubuntu-branches/ubuntu/utopic/unrar-nonfree/utopic-updates

« back to all changes in this revision

Viewing changes to global.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Chris Anderson
  • Date: 2004-07-02 01:53:47 UTC
  • Revision ID: james.westby@ubuntu.com-20040702015347-26ptn0errf3ew0u9
Tags: upstream-3.3.6
ImportĀ upstreamĀ versionĀ 3.3.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _RAR_GLOBAL_
 
2
#define _RAR_GLOBAL_
 
3
 
 
4
#ifdef INCLUDEGLOBAL
 
5
  #define EXTVAR
 
6
#else
 
7
  #define EXTVAR extern
 
8
#endif
 
9
 
 
10
EXTVAR ErrorHandler ErrHandler;
 
11
 
 
12
 
 
13
 
 
14
#endif