Version-gate some more newer syntax

This commit is contained in:
Matt Nadareski
2023-10-11 13:07:45 -04:00
parent c55d5183fb
commit b68ec78184
5 changed files with 36 additions and 22 deletions

View File

@@ -37,7 +37,7 @@ namespace WPFCustomMessageBox
const int SWP_NOMOVE = 0x0002;
const int SWP_NOZORDER = 0x0004;
const int SWP_FRAMECHANGED = 0x0020;
const uint WM_SETICON = 0x0080;
//const uint WM_SETICON = 0x0080;
internal static ImageSource ToImageSource(this Icon icon)