[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:
Hermès Bélusca-Maïto 2022-12-27 20:17:31 +01:00
parent ae7e375a4d
commit 9c544a5552
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
251 changed files with 525 additions and 504 deletions

View file

@ -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>