Ugly hack to fix compile error on windows. VC++ does not support C99 and hence snprintf.
BUG=308
Committed: https://code.google.com/p/angleproject/source/detail?r=1057
On 2012/04/26 17:59:31, Alok Priyadarshi wrote: Hi Alok, thanks for catching this. You've missed two ...
13 years, 11 months ago
(2012-04-26 19:42:52 UTC)
#2
On 2012/04/26 17:59:31, Alok Priyadarshi wrote:
Hi Alok, thanks for catching this.
You've missed two of the files that were changed in the original patch though -
OutputHLSL.cpp and Program.cpp. However, my preferred method of fixing this
would be to just do the #define in one header that is included everywhere. One
possibility is src/common/angleutils.h.
Issue 6120055: Ugly hack to fix compile error on windows. VC++ does not support C99 and hence snprintf.
(Closed)
Created 13 years, 11 months ago by Alok Priyadarshi
Modified 13 years, 11 months ago
Reviewers: kbr1, dgkoch, nicolas
Base URL: http://angleproject.googlecode.com/svn/trunk/
Comments: 0