mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
8c6671477e
- start using our own c++ headers and forward stlport ones to them in msvc build. - fix fpecode declaration for MSVC. [CMAKE] - cardlib is a cpp library. Now stlport compiles with msvc. svn path=/branches/cmake-bringup/; revision=49552
9 lines
138 B
Text
9 lines
138 B
Text
// C++ forwarding C float header.
|
|
|
|
//
|
|
// ISO C++ 14882: 18.2.2 Implementation properties: C library
|
|
//
|
|
|
|
#pragma once
|
|
|
|
#include <float.h>
|