From 15382e81baef152b87cc6623c41dfec4c306a22b Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Fri, 7 Sep 2012 15:56:44 +0000 Subject: minor signature fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@1546 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SecureIM/src/rtfconv.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/SecureIM/src/rtfconv.cpp') diff --git a/plugins/SecureIM/src/rtfconv.cpp b/plugins/SecureIM/src/rtfconv.cpp index 994f541373..c046a61fbb 100644 --- a/plugins/SecureIM/src/rtfconv.cpp +++ b/plugins/SecureIM/src/rtfconv.cpp @@ -7,9 +7,9 @@ RTFCONVSTRING pRtfconvString = NULL; BOOL load_rtfconv () { - hRtfconv = LoadLibrary( "rtfconv.dll" ) ; + hRtfconv = LoadLibrary(_T("rtfconv.dll")) ; if ( hRtfconv == NULL ) { - hRtfconv = LoadLibrary( "plugins\\rtfconv.dll" ) ; + hRtfconv = LoadLibrary(_T("plugins\\rtfconv.dll")) ; if ( hRtfconv == NULL ) return FALSE; } -- cgit v1.2.3