- Timestamp:
- Feb 28, 2013, 11:47:15 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/src/corelib/plugin/qlibrary_os2.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/plugin/qlibrary_os2.cpp
r877 r1111 48 48 #include "qfileinfo.h" 49 49 #include "qdir.h" 50 51 50 52 51 53 #ifndef QT_NO_LIBRARY … … 100 102 QByteArray attempt = QFile::encodeName(QDir::toNativeSeparators(fileName)); 101 103 104 105 106 107 108 109 110 111 112 113 114 102 115 APIRET rc; 103 116 char errModule[CCHMAXPATH] = { '\0' }; … … 108 121 rc = DosLoadModule(errModule, sizeof(errModule), attempt, &pHnd); 109 122 } 123 124 125 110 126 111 127 if (rc != NO_ERROR) {
Note:
See TracChangeset
for help on using the changeset viewer.
