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