Changes to attempt to silence bcc64x
[ACE_TAO.git] / ACE / ace / os_include / os_float.h
blob30a459df1e95ef5b2f39a5254d4ec64b6d5b1931
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file os_float.h
7 * floating types
9 * @author Don Hinton <dhinton@dresystems.com>
10 * @author This code was originally in various places including ace/OS.h.
12 //=============================================================================
14 #ifndef ACE_OS_INCLUDE_OS_FLOAT_H
15 #define ACE_OS_INCLUDE_OS_FLOAT_H
17 #include /**/ "ace/pre.h"
19 #include /**/ "ace/config-lite.h"
21 #if !defined (ACE_LACKS_PRAGMA_ONCE)
22 # pragma once
23 #endif /* ACE_LACKS_PRAGMA_ONCE */
25 #include /**/ <float.h>
27 #include /**/ "ace/post.h"
28 #endif /* ACE_OS_INCLUDE_OS_FLOAT_H */