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 (johannes.anderwald@reactos.org) 7 */ 8 9#include <windef.h> 10 11#include "resource.h" 12 13#define REACTOS_VERSION_DLL 14#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Hardware Safe Removal Support" 15#define REACTOS_STR_INTERNAL_NAME "hotplug" 16#define REACTOS_STR_ORIGINAL_FILENAME "hotplug.dll" 17#include <reactos/version.rc> 18