reactos/dll/cpl/hotplug/hotplug.rc

18 lines
549 B
Plaintext

/*
* PROJECT: ReactOS Safely Remove Hardware Applet
* LICENSE: GPL - See COPYING in the top level directory
* FILE: dll/cpl/hotplug/hotplug.rc
* PURPOSE: main resource file
* PROGRAMMERS: Johannes Anderwald (johannes.anderwald@reactos.org)
*/
#include <windef.h>
#include "resource.h"
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Hardware Safe Removal Support"
#define REACTOS_STR_INTERNAL_NAME "hotplug"
#define REACTOS_STR_ORIGINAL_FILENAME "hotplug.dll"
#include <reactos/version.rc>