mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-01 04:58:57 +00:00
15 lines
161 B
C++
15 lines
161 B
C++
#ifndef _RAR_GLOBAL_
|
|
#define _RAR_GLOBAL_
|
|
|
|
#ifdef INCLUDEGLOBAL
|
|
#define EXTVAR
|
|
#else
|
|
#define EXTVAR extern
|
|
#endif
|
|
|
|
EXTVAR ErrorHandler ErrHandler;
|
|
|
|
|
|
|
|
#endif
|