Hi,

Could you please help to write a compatible version for the old MSVC 6 for the 
following because it cannot work on MSVC 6.

Error:
------
src\rtl\sha2.h(58) : error C2632: 'long' followed by 'long' is illegal

Source:
------
#if defined( __BORLANDC__ )
typedef unsigned __int64 uint64;
#else
typedef unsigned long long uint64; // the offending line
#endif

Many thanks.

--
Andi

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to