reactos/base/applications/utilman
Bișoc George 975d417b34
[UTILMAN] Move most of the code in a library (#2530)
Windows XP and Server 2003 Utility Manager has a dedicated library for the resources and other stuff. Utility Manager is just a simple process that loads it. Hence create a library for the program, UManDlg.dll, and move the resources and other stuff there.

In addition to that, use ExtractIconW to get the icon resource from the program (the DLL doesn't share icons by default) and remove the icon resource from the "About" dialog window. Also change the encoding type of other translation files to UTF-8 (which were previously set with UTF-8 with BOM).
2020-04-17 13:42:47 +03:00
..
lang [UTILMAN] Move most of the code in a library (#2530) 2020-04-17 13:42:47 +03:00
res Implement Utility Manager software 2019-08-19 13:05:28 +02:00
umandlg [UTILMAN] Move most of the code in a library (#2530) 2020-04-17 13:42:47 +03:00
CMakeLists.txt [UTILMAN] Move most of the code in a library (#2530) 2020-04-17 13:42:47 +03:00
NOTES.txt [UTILMAN] Move most of the code in a library (#2530) 2020-04-17 13:42:47 +03:00
precomp.h [UTILMAN] Move most of the code in a library (#2530) 2020-04-17 13:42:47 +03:00
resource.h [UTILMAN] Move most of the code in a library (#2530) 2020-04-17 13:42:47 +03:00
utilman.c [UTILMAN] Move most of the code in a library (#2530) 2020-04-17 13:42:47 +03:00
utilman.rc [UTILMAN] Move most of the code in a library (#2530) 2020-04-17 13:42:47 +03:00