From 2fe8c2f41e2da6d543d9a22bfc1e8c9335f2eda2 Mon Sep 17 00:00:00 2001 From: Nay Date: Mon, 3 Sep 2012 18:24:35 +0100 Subject: Dependencies/G3D: Fix build on x64 (change already included in TC's diff) --- dep/g3dlite/source/RegistryUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dep/g3dlite/source/RegistryUtil.cpp') diff --git a/dep/g3dlite/source/RegistryUtil.cpp b/dep/g3dlite/source/RegistryUtil.cpp index 28ff6955d9b..fc4cebc2ee5 100644 --- a/dep/g3dlite/source/RegistryUtil.cpp +++ b/dep/g3dlite/source/RegistryUtil.cpp @@ -257,7 +257,7 @@ bool RegistryUtil::writeString(const std::string& key, const std::string& value, // static helpers -static HKEY getRootKeyFromString(const char* str, uint32 length) { +static HKEY getRootKeyFromString(const char* str, size_t length) { debugAssert(str); if (str) { -- cgit v1.2.3