summaryrefslogtreecommitdiff
path: root/plugins/SecureIM/src/rtfconv.cpp
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2012-09-07 15:56:44 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2012-09-07 15:56:44 +0000
commit15382e81baef152b87cc6623c41dfec4c306a22b (patch)
tree6b659b227becfe8763d92078819e4816b4e15214 /plugins/SecureIM/src/rtfconv.cpp
parentbdf69f6310f09c90c20512ebe9dfa73ec524da59 (diff)
minor signature fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@1546 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SecureIM/src/rtfconv.cpp')
-rw-r--r--plugins/SecureIM/src/rtfconv.cpp4
1 files changed, 2 insertions, 2 deletions
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;
}