diff options
Diffstat (limited to 'protocols/Tox/src/tox.cpp')
-rw-r--r-- | protocols/Tox/src/tox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox.cpp b/protocols/Tox/src/tox.cpp index 5e45668519..cd67b0f8f0 100644 --- a/protocols/Tox/src/tox.cpp +++ b/protocols/Tox/src/tox.cpp @@ -36,7 +36,7 @@ extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_PROTOC extern "C" int __declspec(dllexport) Load(void)
{
- g_hToxLibrary = LoadLibrary(_T("libtox.dll"));
+ g_hToxLibrary = LoadLibrary(L"libtox.dll");
if (g_hToxLibrary == NULL)
return 0;
|