Commit c1c8ec28 authored by cutealien's avatar cutealien

Fix compiling on Linux (got broken on recent swprintf/snprintf changes).


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5058 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 1eca00f3
......@@ -140,6 +140,9 @@ typedef unsigned short wchar_t;
#define _WCHAR_T_DEFINED
#endif // wchar is not defined
#endif // microsoft compiler
#else
#define swprintf_irr swprintf
#define snprintf_irr snprintf
#endif // _IRR_WINDOWS_API_
namespace irr
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment