mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 16:03:00 +00:00
[MODERN.MSSTYLES] Add the initial version of the modern theme.
CORE-13020
This commit is contained in:
parent
d0847939e4
commit
72827bc514
332 changed files with 15090 additions and 0 deletions
|
@ -287,6 +287,8 @@ macro(dir_to_num dir var)
|
|||
set(${var} 60)
|
||||
elseif(${dir} STREQUAL reactos/winsxs/x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.14393.0_none_deadbeef)
|
||||
set(${var} 61)
|
||||
elseif(${dir} STREQUAL reactos/Resources/Themes/Modern)
|
||||
set(${var} 62)
|
||||
else()
|
||||
message(FATAL_ERROR "Wrong destination: ${dir}")
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue