* ReactOS binaries hold resource files to *all* the languages we support, which incre...
[reactos.git] / reactos / base / system / diskpart / diskpart.rc
index 14e46a2..4517137 100644 (file)
@@ -6,5 +6,9 @@
 
 // UTF-8
 #pragma code_page(65001)
-#include "lang/en-US.rc"
-#include "lang/ro-RO.rc"
+#ifdef LANGUAGE_EN_US
+    #include "lang/en-US.rc"
+#endif
+#ifdef LANGUAGE_RO_RO
+    #include "lang/ro-RO.rc"
+#endif