USE_ => wxUSE_

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 1998-09-25 15:00:00 +00:00
parent 27fc802d5c
commit 126eb09b0f

View File

@ -1,7 +1,7 @@
#include "wx/setup.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
@ -176,4 +176,4 @@ double ConvertFromIeeeExtended(const unsigned char *bytes)
return f;
}
#endif
#endif // wxUSE_APPLE_IEEE