[SHELL32] CDrivesFolder: Implement the eject and disconnect menu items. CORE-13841
[reactos.git] / dll / win32 / batt / batt.rc
index 5d3f1c7..91c3d7a 100644 (file)
@@ -1,13 +1,13 @@
-#include <windows.h>
+#include <windef.h>
+
 #include "resource.h"
 
 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
 
 #define REACTOS_VERSION_DLL
-#define REACTOS_STR_FILE_DESCRIPTION   "Battery Class Installer\0"
-#define REACTOS_STR_INTERNAL_NAME      "batt\0"
-#define REACTOS_STR_ORIGINAL_FILENAME  "batt.dll\0"
+#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"