mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-04 04:11:03 -05:00
14 lines
No EOL
209 B
C
14 lines
No EOL
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 |