reactos/reactos/tools/buildno
Ged Murphy c5b25b8e9b - 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
..
buildno.cpp - Various resource fixes (unclosed files, unchecked memory allocations, missing destructor, not freed memory) 2009-10-09 21:02:44 +00:00
buildno.mak Echo [HOST-CC] and [HOST-LD] instead of [HOSTCC] and [HOSTLD] 2009-01-16 13:19:14 +00:00
pch.h - Move from using include guards to pragma once. 2010-02-26 11:43:19 +00:00