> Thank you very much. > > BTW do you know _MSC_VER we can use to chose between __forceinline > and __inline? > > WINE uses this: > > #ifndef FORCEINLINE > # if defined(_MSC_VER) && (_MSC_VER >= 1200) > # define FORCEINLINE __forceinline > # elif defined(__GNUC__) && ((__GNUC__ > 3) || \ > ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 2))) > # define FORCEINLINE __attribute__((always_inline)) > # else > # define FORCEINLINE inline > # endif > #endif > > so I'll probably use the same condition.
It seems fine for msvc, though I have no very old msvc to actually test it. [ forgot to press [Send] on this one. ] Brgds, Viktor _______________________________________________ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour