mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
3747699735
Use and initialize common controls for theming support, and include a manifest as well.
10 lines
271 B
Text
10 lines
271 B
Text
|
|
#include <windef.h>
|
|
#include <winuser.h>
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Version Program"
|
|
#define REACTOS_STR_INTERNAL_NAME "winver"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "winver.exe"
|
|
#include <reactos/version.rc>
|
|
|
|
#include <reactos/manifest_exe.rc>
|