[COMDLG32] Sync with Wine Staging 3.3. CORE-14434
[reactos.git] / dll / win32 / comdlg32 / rsrc.rc
index 01760c7..3d83d96 100644 (file)
 
 #include <windef.h>
 #include <winuser.h>
-#include <dlgs.h>
 
+#include "cdlg.h"
 #include "filedlgbrowser.h"
-#include "resource.h"
 
 /*
  * Everything that does not depend on language,
@@ -33,6 +32,8 @@
  */
 #include "cdlg_xx.rc"
 
+#include <reactos/manifest_dll.rc>
+
 /*
  * Everything specific to any language goes
  * in one of the specific files.
@@ -70,6 +71,9 @@
 #ifdef LANGUAGE_ES_ES
     #include "lang/cdlg_Es.rc"
 #endif
+#ifdef LANGUAGE_ET_EE
+    #include "lang/cdlg_Et.rc"
+#endif
 #ifdef LANGUAGE_FI_FI
     #include "lang/cdlg_Fi.rc"
 #endif