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
2025-01-11 16:51:06 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
3c0baef393
reactos
/
dll
/
shellext
/
fontext
/
resource.h
4 lines
51 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 fontext.dll svn path=/trunk/; revision=34135
2008-06-27 17:34:08 +00:00
#
define IDS_REACTOS_FONTS_FOLDER 151
Reference in a new issue
Copy permalink