Renamed target x86_64-*-mingw64 to x86_64-*-mingw*.
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / windres / lang.rc
1 //#xfail x86_64-*-mingw*
2 #include "windows.h"
3
4 LANGUAGE 0, 0
5
6 1 MENU MOVEABLE PURE DISCARDABLE
7 LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
8 BEGIN
9 POPUP "&Datei" { MENUITEM "foo", 1 }
10 END
11
12 1 MENU MOVEABLE PURE DISCARDABLE
13 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
14 BEGIN
15 POPUP "&File" { MENUITEM "foo", 1 }
16 END
This page took 0.037447 seconds and 5 git commands to generate.