mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-15 20:45:34 +00:00
11 lines
145 B
C++
11 lines
145 B
C++
|
|
||
|
#include "stdafx.h"
|
||
|
|
||
|
#ifdef ENABLE_TESTS
|
||
|
|
||
|
#ifdef MODPLUG_TRACKER
|
||
|
#include "mpt/crypto/tests/tests_crypto.hpp"
|
||
|
#endif // MODPLUG_TRACKER
|
||
|
|
||
|
#endif
|