This website requires JavaScript.
Explore
Help
Register
Sign In
Intravision
/
reactos
Watch
1
Star
0
Fork
You've already forked reactos
0
mirror of
https://github.com/reactos/reactos.git
synced
2024-11-01 04:11:30 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
de7f1ceeef
reactos
/
base
/
setup
/
lib
/
lang
/
ms-BN.h
8 lines
96 B
C
Raw
Normal View
History
Unescape
Escape
- Move from using include guards to pragma once. - Whilst this is non-standard and potentially makes the code less portable, it's supported by both gcc and msvc and should bringg increased compilation speed due to its optimized behaviour (doesn't need to invoke the preprocessor) - Patch by Amine Khaldi [amine.khaldi@reactos.org] svn path=/trunk/; revision=45685
2010-02-26 11:43:19 +00:00
#
pragma once
- Add more languages - Add scrolling to position in languages list svn path=/trunk/; revision=33826
2008-06-02 15:34:57 +00:00
MUI_LAYOUTS
msBNLayouts
[
]
=
{
{
L
"
0409
"
,
L
"
00000409
"
}
,
{
NULL
,
NULL
}
}
;
Reference in a new issue
Copy permalink