[INCLUDE/C++]
authorJérôme Gardou <jerome.gardou@reactos.org>
Wed, 22 Aug 2012 18:42:57 +0000 (18:42 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Wed, 22 Aug 2012 18:42:57 +0000 (18:42 +0000)
commit590268d3d8bd2b4bdcc89f3a10145d1e2e4e9484
tree037a1edb9ba626f0ebc3f5bcaf56cfe93bde5032
parentc4375a16a522633938213b7c6f7e88442d7c4fe5
[INCLUDE/C++]
- Add fake iostream headers to fix MSVC compilation
- hack numerical_limits<float>::infinity() implementation until we have a real C++ library
Oddly, empty headers seem to be enough for now

svn path=/trunk/; revision=57136
reactos/include/c++/fstream [new file with mode: 0644]
reactos/include/c++/ios [new file with mode: 0644]
reactos/include/c++/iostream [new file with mode: 0644]
reactos/include/c++/istream [new file with mode: 0644]
reactos/include/c++/limits
reactos/include/c++/sstream [new file with mode: 0644]