Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / dll / win32 / batt / batt.rc
diff --git a/dll/win32/batt/batt.rc b/dll/win32/batt/batt.rc
new file mode 100644 (file)
index 0000000..91c3d7a
--- /dev/null
@@ -0,0 +1,13 @@
+#include <windef.h>
+
+#include "resource.h"
+
+LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
+
+#define REACTOS_VERSION_DLL
+#define REACTOS_STR_FILE_DESCRIPTION  "Battery Class Installer"
+#define REACTOS_STR_INTERNAL_NAME     "batt"
+#define REACTOS_STR_ORIGINAL_FILENAME "batt.dll"
+#include <reactos/version.rc>
+
+IDI_BATTERY ICON "resources/battery.ico"