Welcome to mirror list, hosted at ThFree Co, Russian Federation.

global.hpp « unrar « thirdparty « src - github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 35c6cf9130c7e5b6a1ecafb28370a3cffebab65e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _RAR_GLOBAL_
#define _RAR_GLOBAL_

#ifdef INCLUDEGLOBAL
  #define EXTVAR
#else
  #define EXTVAR extern
#endif

EXTVAR ErrorHandler ErrHandler;



#endif