Add x86_64-mingw64 target
[binutils.git] / binutils / testsuite / binutils-all / windres / lang.rc
blobf3da1057adb1b56d1b3ecb86212647d462f37979
1 //#xfail *-*-mingw64
2 #include "windows.h"
4 LANGUAGE 0, 0
6 1 MENU MOVEABLE PURE DISCARDABLE
7 LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
8 BEGIN
9         POPUP "&Datei" { MENUITEM "foo", 1 }
10 END
12 1 MENU MOVEABLE PURE DISCARDABLE
13 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
14 BEGIN
15         POPUP "&File" { MENUITEM "foo", 1 }
16 END