This website requires JavaScript.
Explore
Help
Sign In
ApfelTeeSaft
/
reactos
Watch
1
Star
0
Fork
0
mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced
2026-08-31 04:13:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d8a2e91f8e32020d2bff2f8bb80983f79af9ad9d
reactos
/
reactos
/
base
T
History
Dmitry Gorbachev
1fcd100e50
Remove unused functions.
...
svn path=/trunk/; revision=41535
2009-06-22 11:33:19 +00:00
..
applications
Bug 4620: Incorrect code page output in shutdown.exe (Russian locale) by John White
2009-06-18 15:47:41 +00:00
services
- In Win32 DBG is defined to 0 for a non-debug build and to 1 for a debug build. In ReactOS we do this slightly different: DBG is correctly defined to 1 for debug, but not defined at all on non-debug/release build. Because gcc is awesome we can then check for debug compilation with both #ifdef DBG and #if DBG (error free! yay gcc!), and so we have mixed usage all over the tree.
2009-06-17 12:44:05 +00:00
setup
- In Win32 DBG is defined to 0 for a non-debug build and to 1 for a debug build. In ReactOS we do this slightly different: DBG is correctly defined to 1 for debug, but not defined at all on non-debug/release build. Because gcc is awesome we can then check for debug compilation with both #ifdef DBG and #if DBG (error free! yay gcc!), and so we have mixed usage all over the tree.
2009-06-17 12:44:05 +00:00
shell
Mikhail Denisenko <
[email protected]
>
2009-06-04 09:01:10 +00:00
system
Remove unused functions.
2009-06-22 11:33:19 +00:00
base.rbuild
The real, definitive, Visual C++ support branch. Accept no substitutes
2008-10-25 17:56:00 +00:00