Conversion qt -> tqt.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro il y a 6 ans
Parent 7aeb4e9d71
révision 1e4c04def5
Signé par: MicheleC
ID de la clé GPG: 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

Chargement…
Annuler
Enregistrer