mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-18 19:05:52 +01: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
|