replaced C++ comment with a C one
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32624 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
331c8101d2
commit
5f8ba10e86
@ -26,7 +26,7 @@
|
|||||||
#define M_PI 3.1415926535897932384626433832795
|
#define M_PI 3.1415926535897932384626433832795
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Scaling factors for various unit conversions
|
/* Scaling factors for various unit conversions */
|
||||||
#ifndef METRIC_CONVERSION_CONSTANT
|
#ifndef METRIC_CONVERSION_CONSTANT
|
||||||
#define METRIC_CONVERSION_CONSTANT 0.0393700787
|
#define METRIC_CONVERSION_CONSTANT 0.0393700787
|
||||||
#endif
|
#endif
|
||||||
@ -81,5 +81,4 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif /* _WX_MATH_H_ */
|
||||||
/* _WX_MATH_H_ */
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
/* use wxWidgets' configure */
|
/* use wxWidgets' configure */
|
||||||
#include "wx/setup.h"
|
#include "wx/setup.h"
|
||||||
|
|
||||||
// If using Metrowerks and not using configure-generated setup
|
/* If using Metrowerks and not using configure-generated setup */
|
||||||
#if defined(__MWERKS__) && !defined(__WX_SETUP_H__)
|
#if defined(__MWERKS__) && !defined(__WX_SETUP_H__)
|
||||||
#if (__MWERKS__ < 0x0900) || macintosh || defined ( __MACH__ )
|
#if (__MWERKS__ < 0x0900) || macintosh || defined ( __MACH__ )
|
||||||
|
|
||||||
@ -37,7 +37,7 @@
|
|||||||
# include <machine/ansi.h>
|
# include <machine/ansi.h>
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
// automatically includes MacHeaders
|
/* automatically includes MacHeaders */
|
||||||
#elif (__MWERKS__ >= 0x0900) && __INTEL__
|
#elif (__MWERKS__ >= 0x0900) && __INTEL__
|
||||||
#define __WXMSW__
|
#define __WXMSW__
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user