Add WS_CAPTION dialog style if CAPTION is specified.
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / windres / lang.rc
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
This page took 0.032245 seconds and 4 git commands to generate.