mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 08:43:28 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
19 lines
595 B
Text
19 lines
595 B
Text
/*
|
|
* PROJECT: ReactOS Console Configuration DLL
|
|
* LICENSE: GPL - See COPYING in the top level directory
|
|
* FILE: dll/win32/console/console.rc
|
|
* PURPOSE: main resource file
|
|
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@student.tugraz.at)
|
|
*/
|
|
|
|
|
|
#include <windows.h>
|
|
#include "resource.h"
|
|
|
|
#define REACTOS_VERSION_DLL
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Control Panel Console Applet\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "console\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "console.dll\0"
|
|
#include <reactos/version.rc>
|
|
|
|
#include "rsrc.rc"
|