diff options
author | Shauren <none@none> | 2010-06-17 21:00:03 +0200 |
---|---|---|
committer | Shauren <none@none> | 2010-06-17 21:00:03 +0200 |
commit | 68e8ac33363f2ad32fdfab5746b48b76e5e2220e (patch) | |
tree | fffb815a0fedde324770b5247e9f426f1a2dc062 /externals/g3dlite/RegistryUtil.cpp | |
parent | aa74cac7cb8ea5a6c42aaeaef33f8f319b1ad51b (diff) |
This should fix g3dlite compile on windows x64
--HG--
branch : trunk
Diffstat (limited to 'externals/g3dlite/RegistryUtil.cpp')
-rw-r--r-- | externals/g3dlite/RegistryUtil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/g3dlite/RegistryUtil.cpp b/externals/g3dlite/RegistryUtil.cpp index 28ff6955d9b..fc4cebc2ee5 100644 --- a/externals/g3dlite/RegistryUtil.cpp +++ b/externals/g3dlite/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) { |