To use
DwmExtendFrameIntoClientArea
function we must have dwmapi.lib
library.
I searched this library in my pc, but my pc doesn't find it.
So where can I download it?
Without it, my application doesn't compile properly; and shows me some errors:
undefined reference to DwmExtendFrameIntoClientArea
collect2.exe error: ld returned 1 exit status.
I'm programming in c language using TDM_GCC compilers.
Please help me.