pjsip and Visual Studio 2008

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

We found some problems to link the source code under Visual Studio 2008 
due to a limitation in pa_debugprint.c

The lines:
#if (_MSC_VER) && (_MSC_VER <= 1400)
#define VSNPRINTF  _vsnprintf

should be replaced by:
#if (_MSC_VER) && (_MSC_VER <= 1500)
#define VSNPRINTF  _vsnprintf

Would it be possible to change this in the trunk?
How can I create a ticket in the trac?

Thanks a lot,
javier



[Index of Archives]     [Asterisk Users]     [Asterisk App Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [Linux API]
  Powered by Linux