mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
cd4cf62e99
Add the Icon to the "Download..." Dialog. Fix some typos. Fixed some formatting stuff. Added a manifest File. svn path=/trunk/; revision=29620
12 lines
287 B
Text
12 lines
287 B
Text
#include <windows.h>
|
|
#include "resources.h"
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "Download !\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "downloader\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "downloader.exe\0"
|
|
|
|
#include <reactos/version.rc>
|
|
|
|
1 24 DISCARDABLE "manifest.xml"
|
|
|
|
#include "rsrc.rc"
|