mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
17 lines
549 B
Text
17 lines
549 B
Text
/*
|
|
* 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>
|