d7e5ec692f
* binutils-all/windres/html.rc: Don't xfail x86_64-*-mingw*. * binutils-all/windres/lang.rc: Likewise. * binutils-all/windres/messagetable.rc: Likewise. * binutils-all/windres/strtab1.rc: Likewise. * binutils-all/windres/strtab2.rc: Likewise. * binutils-all/windres/version.rc: Likewise. * binutils-all/windres/version_cat.rc: Likewise.
15 lines
278 B
Text
15 lines
278 B
Text
#include "windows.h"
|
|
|
|
LANGUAGE 0, 0
|
|
|
|
1 MENU MOVEABLE PURE DISCARDABLE
|
|
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
|
|
BEGIN
|
|
POPUP "&Datei" { MENUITEM "foo", 1 }
|
|
END
|
|
|
|
1 MENU MOVEABLE PURE DISCARDABLE
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
BEGIN
|
|
POPUP "&File" { MENUITEM "foo", 1 }
|
|
END
|