mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-11 17:30:22 -05:00
15 lines
161 B
C++
Vendored
15 lines
161 B
C++
Vendored
#ifndef _RAR_GLOBAL_
|
|
#define _RAR_GLOBAL_
|
|
|
|
#ifdef INCLUDEGLOBAL
|
|
#define EXTVAR
|
|
#else
|
|
#define EXTVAR extern
|
|
#endif
|
|
|
|
EXTVAR ErrorHandler ErrHandler;
|
|
|
|
|
|
|
|
#endif
|