bdbe51a06fb272f4d59dee5f4b298df063f207d3
[reactos.git] / reactos / dll / cpl / hotplug / hotplug.rc
1 /*
2 * PROJECT: ReactOS Safely Remove Hardware Applet
3 * LICENSE: GPL - See COPYING in the top level directory
4 * FILE: dll/cpl/hotplug/hotplug.rc
5 * PURPOSE: main resource file
6 * PROGRAMMERS: Johannes Anderwald (janderwald@reactos.org)
7 */
8
9 #include <windef.h>
10 #include <winuser.h>
11
12 #include "resource.h"
13
14 #define REACTOS_VERSION_DLL
15 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Hardware Safe Removal Support\0"
16 #define REACTOS_STR_INTERNAL_NAME "hotplug\0"
17 #define REACTOS_STR_ORIGINAL_FILENAME "hotplug.dll\0"
18 #include <reactos/version.rc>
19
20 #include "rsrc.rc"