[CRYPTUI] Sync with Wine Staging 3.3. CORE-14434
[reactos.git] / dll / win32 / cryptui / cryptui.rc
index de1478a..3f3027b 100644 (file)
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
-#include <windef.h>
-//#include "winbase.h"
-#include <winuser.h>
-#include <commctrl.h>
-//#include "dlgs.h"
 
 #include "cryptuires.h"
 
@@ -46,6 +41,8 @@ IDB_CERT_WATERMARK BITMAP "res/certwatermark.bmp"
 /* @makedep: certheader.bmp */
 IDB_CERT_HEADER BITMAP "res/certheader.bmp"
 
+#include <reactos/manifest_dll.rc>
+
 /* UTF-8 */
 #pragma code_page(65001)
 
@@ -82,6 +79,9 @@ IDB_CERT_HEADER BITMAP "res/certheader.bmp"
 #ifdef LANGUAGE_RO_RO
     #include "lang/cryptui_Ro.rc"
 #endif
+#ifdef LANGUAGE_RU_RU
+    #include "lang/cryptui_Ru.rc"
+#endif
 #ifdef LANGAUGE_SQ_AL
     #include "lang/cryptui_Sq.rc"
 #endif
@@ -91,3 +91,6 @@ IDB_CERT_HEADER BITMAP "res/certheader.bmp"
 #ifdef LANGUAGE_UK_UA
     #include "lang/cryptui_Uk.rc"
 #endif
+#ifdef LANGUAGE_ZH_CN
+    #include "lang/cryptui_Zh.rc"
+#endif