mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-13 15:41:02 -05:00
10 lines
156 B
C++
10 lines
156 B
C++
|
|
||
|
#include "stdafx.h"
|
||
|
|
||
|
#ifdef ENABLE_TESTS
|
||
|
|
||
|
#include "mpt/string/tests/tests_string_buffer.hpp"
|
||
|
#include "mpt/string/tests/tests_string_utility.hpp"
|
||
|
|
||
|
#endif
|