mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
1e3d5d70e9
svn path=/trunk/; revision=26033
11 lines
268 B
Plaintext
11 lines
268 B
Plaintext
#include <windows.h>
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "desktop screenshot app\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "screenshot\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "screenshot.exe\0"
|
|
#include <reactos/version.rc>
|
|
|
|
#define IDI_ICON 1
|
|
|
|
IDI_ICON ICON "snap.ico"
|