USE_ => wxUSE_
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#include "wx/setup.h"
|
#include "wx/setup.h"
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
#if USE_APPLE_IEEE
|
#if wxUSE_APPLE_IEEE
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* C O N V E R T T O I E E E E X T E N D E D
|
* C O N V E R T T O I E E E E X T E N D E D
|
||||||
@@ -176,4 +176,4 @@ double ConvertFromIeeeExtended(const unsigned char *bytes)
|
|||||||
return f;
|
return f;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif // wxUSE_APPLE_IEEE
|
||||||
|
Reference in New Issue
Block a user