It seems that all stun*.c files need conditionals like

 

#if HAVE_FUNC

#elif HAVE_FUNCTION

#define __func__ __FUNCTION__

#else

#define __func__ "stun"

#endif

 

In order to compile under MSVC , otherwise MSVC barfs at __func__

 

What’s the peferred way to report such things, do you prefer to have it added directly to the tracker?

 

Regards

 

Dimitri

Reply via email to