1
0
forked from mirrors/0ad

huge cleanup and conversion of most string handling (especially paths) to unicode

please note: format strings must be %hs for char* arguments and %ls for
wchar_t*

This was SVN commit r7161.
This commit is contained in:
janwas
2009-11-03 21:46:35 +00:00
parent a46f3432f3
commit 8a52113e60
317 changed files with 2517 additions and 2588 deletions
+2 -2
View File
@@ -36,7 +36,7 @@
#include "renderer/Renderer.h"
#include "renderer/ShadowMap.h"
#define LOG_CATEGORY "graphics"
#define LOG_CATEGORY L"graphics"
@@ -45,7 +45,7 @@
const CMatrix3D* RenderModifier::GetTexGenMatrix(int UNUSED(pass))
{
debug_warn("GetTexGenMatrix not implemented by a derived RenderModifier");
debug_warn(L"GetTexGenMatrix not implemented by a derived RenderModifier");
return 0;
}