X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/040e5f77e6f7f177bdc74b90327c22908d56fe59..4aae00c69cf6e44c52e1a9e39f60c5d6a3498b02:/src/common/extended.c diff --git a/src/common/extended.c b/src/common/extended.c index 9ff1b19f02..53cf1db8b5 100644 --- a/src/common/extended.c +++ b/src/common/extended.c @@ -9,7 +9,7 @@ #if defined(_WIN32_WCE) - // eVC cause warnings in its own headers: stdlib.h and winnt.h + /* eVC cause warnings in its own headers: stdlib.h and winnt.h */ #pragma warning (disable:4115) #pragma warning (disable:4214) #endif @@ -105,7 +105,7 @@ * and a 64-bit mantissa, with no hidden bit. ****************************************************************/ -wxFloat64 ConvertFromIeeeExtended(wxInt8* bytes) +wxFloat64 ConvertFromIeeeExtended(const wxInt8 *bytes) { wxFloat64 f; wxInt32 expon;