mirror of
https://github.com/hashcat/hashcat.git
synced 2025-03-04 17:16:05 +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
|