mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
12 lines
280 B
Text
12 lines
280 B
Text
/* $Id$ */
|
|
|
|
#include <windows.h>
|
|
#include "resources.h"
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Sound Volume Control\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "sndvol32\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "sndvol32.exe\0"
|
|
#include <reactos/version.rc>
|
|
|
|
#include "rsrc.rc"
|
|
|