summaryrefslogtreecommitdiff
path: root/src/pal/inc/rt/cpp/float.h
diff options
context:
space:
mode:
authorPrem Ramanathan <premram@microsoft.com>2015-05-19 00:58:47 -0700
committerPrem Ramanathan <premram@microsoft.com>2015-06-04 13:57:46 -0700
commitb948ffc48d135d8c87b801cd49075ae49cc75c2c (patch)
tree5e81ae7c3bdbbb09a66f7376d7b0fb7b600ad289 /src/pal/inc/rt/cpp/float.h
parentc56b4a56bab17a260847c754df5895b9ddf25c7f (diff)
downloadcoreclr-b948ffc48d135d8c87b801cd49075ae49cc75c2c.tar.gz
coreclr-b948ffc48d135d8c87b801cd49075ae49cc75c2c.tar.bz2
coreclr-b948ffc48d135d8c87b801cd49075ae49cc75c2c.zip
Changes necessary to make PAL headers compatible with c++ headers,
allowing them to be used side by side with c++11 headers. Contains few fixes to PAL library as well.
Diffstat (limited to 'src/pal/inc/rt/cpp/float.h')
-rw-r--r--src/pal/inc/rt/cpp/float.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/pal/inc/rt/cpp/float.h b/src/pal/inc/rt/cpp/float.h
new file mode 100644
index 0000000000..dbb9cdff10
--- /dev/null
+++ b/src/pal/inc/rt/cpp/float.h
@@ -0,0 +1,14 @@
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
+//
+
+//
+// ===========================================================================
+// File: float.h
+//
+// ===========================================================================
+// dummy float.h for PAL
+
+#include "palrt.h"