Add x86_64-mingw64 target
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / windres / lang.rc
1 //#xfail *-*-mingw64
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.029599 seconds and 4 git commands to generate.