mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-04 20:41:01 -05:00
10 lines
145 B
C++
10 lines
145 B
C++
|
|
#include "stdafx.h"
|
|
|
|
#ifdef ENABLE_TESTS
|
|
|
|
#ifdef MODPLUG_TRACKER
|
|
#include "mpt/crypto/tests/tests_crypto.hpp"
|
|
#endif // MODPLUG_TRACKER
|
|
|
|
#endif
|