comparison foosdk/sdk/foobar2000/SDK/foosortstring.h @ 1:20d02a178406 default tip

*: check in everything else yay
author Paper <paper@tflc.us>
date Mon, 05 Jan 2026 02:15:46 -0500
parents
children
comparison
equal deleted inserted replaced
0:e9bb126753e7 1:20d02a178406
1 #pragma once
2 #include <pfc/sortstring.h>
3
4 #ifdef _WIN32
5 #include <memory> // std::unique_ptr<>
6 #endif
7
8 namespace fb2k {
9 using pfc::sortString_t;
10 using pfc::sortStringCompare;
11 using pfc::makeSortString;
12 }