mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 16:48:16 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
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"
|
|
|