implemented wxLongLong division - seems to work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
#include <limits.h> // for LONG_MAX
|
||||
|
||||
// #define wxUSE_LONGLONG_WX 1 -- for testing (VZ)
|
||||
//#define wxUSE_LONGLONG_WX 1 // for testing (VZ)
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// decide upon which class we will use
|
||||
@@ -59,7 +59,7 @@
|
||||
// have any 64 bit integer type
|
||||
#if !defined(__VISAGECPP__) && \
|
||||
!defined(__VISUALC__) && \
|
||||
!defined(__BORLANDC__
|
||||
!defined(__BORLANDC__)
|
||||
#warning "Your compiler does not appear to support 64 bit integers, "\
|
||||
"using emulation class instead."
|
||||
#endif // known compilers without long long
|
||||
|
Reference in New Issue
Block a user