2013-02-17 15:51:07 +00:00
|
|
|
/*
|
2013-11-28 22:12:52 +00:00
|
|
|
* 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)
|
2013-02-17 15:51:07 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include <windef.h>
|
|
|
|
|
|
|
|
#include "resource.h"
|
|
|
|
|
|
|
|
#define REACTOS_VERSION_DLL
|
2013-11-28 22:12:52 +00:00
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Hardware Safe Removal Support"
|
|
|
|
#define REACTOS_STR_INTERNAL_NAME "hotplug"
|
|
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "hotplug.dll"
|
2013-02-17 15:51:07 +00:00
|
|
|
#include <reactos/version.rc>
|