mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-11-28 09:00:48 +01:00
14 lines
209 B
C
14 lines
209 B
C
#ifndef NULLSOFT_OUT_DS_MAIN_H
|
|
#define NULLSOFT_OUT_DS_MAIN_H
|
|
|
|
#define DS2_ENGINE_VER L"2.82"
|
|
|
|
#ifndef DS2_NO_DEVICES
|
|
#define DS2_HAVE_DEVICES
|
|
#endif
|
|
|
|
#ifndef DS2_NO_FADES
|
|
#define DS2_HAVE_FADES
|
|
#endif
|
|
|
|
#endif |