repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git]
/
binutils
/
testsuite
/
binutils-all
/
windres
/
lang.rc
blob
d894315568e471d6dd4d34418e8bed126ef503d8
1
#include "windows.h"
2
3
LANGUAGE 0, 0
4
5
1 MENU MOVEABLE PURE DISCARDABLE
6
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
7
BEGIN
8
POPUP "&Datei" { MENUITEM "foo", 1 }
9
END
10
11
1 MENU MOVEABLE PURE DISCARDABLE
12
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
13
BEGIN
14
POPUP "&File" { MENUITEM "foo", 1 }
15
END