diff options
author | George Hazan <ghazan@miranda.im> | 2021-01-05 23:38:07 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-01-05 23:38:07 +0300 |
commit | e5877abcc0a8321c79a53c24e3e7c8c0490c7d04 (patch) | |
tree | 3944915516ad02c3a4dcf51582d77bc15d651d2e /src/mir_core/mir_core.vcxproj | |
parent | 5e448daea46d976774cff4f2dd7cf2af791ee201 (diff) |
CCtrlColor class - the wrapper for Windows Color Picker
Diffstat (limited to 'src/mir_core/mir_core.vcxproj')
-rw-r--r-- | src/mir_core/mir_core.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mir_core/mir_core.vcxproj b/src/mir_core/mir_core.vcxproj index 642c3291d8..d95f7b9197 100644 --- a/src/mir_core/mir_core.vcxproj +++ b/src/mir_core/mir_core.vcxproj @@ -46,6 +46,7 @@ <ClCompile Include="src\CCtrlButton.cpp" />
<ClCompile Include="src\CCtrlCheck.cpp" />
<ClCompile Include="src\CCtrlClc.cpp" />
+ <ClCompile Include="src\CCtrlColor.cpp" />
<ClCompile Include="src\CCtrlCombo.cpp" />
<ClCompile Include="src\CCtrlData.cpp" />
<ClCompile Include="src\cctrldate.cpp" />
|