]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/extended.c
Changed the "delete win" to the more proper "win->Destroy()" in
[wxWidgets.git] / src / common / extended.c
index ff117982e01fa2246820a974e776d850edf30038..a59607f14ca231daae2f29fcf978a99015e3c4d5 100644 (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