Export Convert{From,To}IeeeExtended() functions from wx DLL.

Closes #8710.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@62541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-11-03 14:10:46 +00:00
parent 777e7c8a8d
commit 15e9a71f11
2 changed files with 7 additions and 2 deletions

View File

@@ -129,8 +129,8 @@
extern "C" {
#endif
/* functions from common/extended.c */
extern wxFloat64 ConvertFromIeeeExtended(const wxInt8 *bytes);
extern void ConvertToIeeeExtended(wxFloat64 num, wxInt8 *bytes);
WXDLLEXPORT wxFloat64 ConvertFromIeeeExtended(const wxInt8 *bytes);
WXDLLEXPORT void ConvertToIeeeExtended(wxFloat64 num, wxInt8 *bytes);
#ifdef __cplusplus
}
#endif