Changeset 254
- Timestamp:
- Oct 23, 2009, 12:26:05 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/corelib/io/qprocess_os2.cpp ¶
r217 r254 887 887 bool prependedLibPath = false; 888 888 889 DosQueryExtLIBPATH(libPathBuf, BEGIN_LIBPATH);889 arc = DosQueryExtLIBPATH(libPathBuf, BEGIN_LIBPATH); 890 890 Q_ASSERT(arc == NO_ERROR); 891 891 if (arc == NO_ERROR) {
Note:
See TracChangeset
for help on using the changeset viewer.