- Sync with trunk r58248 to bring the latest changes from Amine (headers) and others...
[reactos.git] / base / applications / games / winmine / rsrc.rc
index 3a0cdec..acfbcb3 100644 (file)
@@ -19,6 +19,9 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
+#include <windef.h>
+#include <winuser.h>
+
 #include "resource.h"
 
 LANGUAGE LANG_NEUTRAL,SUBLANG_NEUTRAL
@@ -44,6 +47,7 @@ MINES BITMAP rc/mines.bmp
 /* include localised resources */
 // UTF-8
 #pragma code_page(65001)
+
 #ifdef LANGUAGE_BG_BG
     #include "lang/bg-BG.rc"
 #endif
@@ -68,6 +72,9 @@ MINES BITMAP rc/mines.bmp
 #ifdef LANGUAGE_FR_FR
     #include "lang/fr-FR.rc"
 #endif
+#ifdef LANGUAGE_HE_IL
+    #include "lang/he-IL.rc"
+#endif
 #ifdef LANGUAGE_IT_IT
     #include "lang/it-IT.rc"
 #endif