Codebase list unrar-nonfree / 2ad52506-5b8c-4338-a489-6e10246410af/main global.hpp
2ad52506-5b8c-4338-a489-6e10246410af/main

Tree @2ad52506-5b8c-4338-a489-6e10246410af/main (Download .tar.gz)

global.hpp @2ad52506-5b8c-4338-a489-6e10246410af/mainraw · history · blame

#ifndef _RAR_GLOBAL_
#define _RAR_GLOBAL_

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

EXTVAR ErrorHandler ErrHandler;



#endif