]> source.dussan.org Git - tigervnc.git/commit
MinGW fix: If vsnprintf if defined before MinGWs stdio.h, things will
authorPeter Åstrand <astrand@cendio.se>
Fri, 12 Dec 2008 14:05:23 +0000 (14:05 +0000)
committerPeter Åstrand <astrand@cendio.se>
Fri, 12 Dec 2008 14:05:23 +0000 (14:05 +0000)
commit1306c56d1d762ebce3a86308193135364eb19841
treedd2b92c53099aa28af7561ef0a89604e12442477
parentd0a617e187c04d0c32640b9ff16088f7892edad3
MinGW fix: If vsnprintf if defined before MinGWs stdio.h, things will
break: MinGW will misinterpret the invocation of vsnprintf in
Exception.cc as a definition of vsnprintf, and the rest of vncviewer
will call this function, resulting in a runtime hang.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3398 3789f03b-4d11-0410-bbf8-ca57d06f2519
common/common-config.win.h