Conversion qt -> tqt.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro před 6 roky
rodič 7aeb4e9d71
revize 1e4c04def5
Podepsáno: MicheleC
ID GPG klíče: 2A75B7CA8ADED5CF

@ -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

Načítá se…
Zrušit
Uložit