mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 17:13:17 +00:00
[BASE][DLL][ROSAPPS][SCREENSAVERS] Remove deprecated legacy Win16 resource attributes (#7567)
- Remove DISCARDABLE attribute. - Remove MOVEABLE attribute. See: https://learn.microsoft.com/en-us/windows/win32/menurc/common-resource-attributes 3rd-party module rosapps/lib/vfdlib is left unchanged.
This commit is contained in:
parent
ae7e375a4d
commit
9c544a5552
251 changed files with 525 additions and 504 deletions
|
@ -28,7 +28,7 @@
|
|||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
/* Icons */
|
||||
IDI_CALC ICON DISCARDABLE "res/calc.ico"
|
||||
IDI_CALC ICON "res/calc.ico"
|
||||
|
||||
/* Manifest */
|
||||
#include <reactos/manifest_exe.rc>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue