mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
4 lines
82 B
C
4 lines
82 B
C
|
|
namespace WindowBordersUtils
|
||
|
|
{
|
||
|
|
bool AreCornersRounded(HWND window) noexcept;
|
||
|
|
}
|