mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-13 11:21:02 -05:00
10 lines
161 B
C++
10 lines
161 B
C++
|
|
#include "stdafx.h"
|
|
|
|
#ifdef ENABLE_TESTS
|
|
|
|
#ifdef MODPLUG_TRACKER
|
|
#include "mpt/uuid_namespace/tests/tests_uuid_namespace.hpp"
|
|
#endif // MODPLUG_TRACKER
|
|
|
|
#endif
|