mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
14 lines
161 B
C++
Vendored
14 lines
161 B
C++
Vendored
#ifndef _RAR_GLOBAL_
|
|
#define _RAR_GLOBAL_
|
|
|
|
#ifdef INCLUDEGLOBAL
|
|
#define EXTVAR
|
|
#else
|
|
#define EXTVAR extern
|
|
#endif
|
|
|
|
EXTVAR ErrorHandler ErrHandler;
|
|
|
|
|
|
|
|
#endif
|