diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-09 00:01:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-09 00:01:38 +0900 |
commit | 1e4c04def54ff320bad1859d1a78a66b6b3ac166 (patch) | |
tree | c3a52578e2c5944a5b3bfc02c8f03c80a3f4acea | |
parent | 7aeb4e9d71aeb59db6a2e40c271536fcff6b1e0e (diff) | |
download | libltdl-1e4c04def54ff320bad1859d1a78a66b6b3ac166.tar.gz libltdl-1e4c04def54ff320bad1859d1a78a66b6b3ac166.zip |
Conversion qt -> tqt.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | ltdl_win.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ void win32_mapSo2Dll( char *path ) } //.so -> .dll if (len>3 && strncmp(path+len-3,".so",3)==0) { -#ifndef QT_NO_DEBUG //debug library version +#ifndef TQT_NO_DEBUG //debug library version strcpy(path+len-3, "_d"); len += 2; #endif |