Ignore:
Timestamp:
Sep 9, 2009, 1:54:31 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

corelib/io, gui/dialogs: Handle DOS-like filesystem details (drives, slashes) on OS/2 similarly to Win32.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/corelib/io/qtextstream.cpp

    r2 r172  
    652652        return true;
    653653
    654 #if defined (Q_OS_WIN)
     654#if defined)
    655655    // handle text translation and bypass the Text flag in the device.
    656656    bool textModeEnabled = device->isTextModeEnabled();
     
    685685        return false;
    686686
    687 #if defined (Q_OS_WIN)
     687#if defined)
    688688    // replace the text flag
    689689    if (textModeEnabled)
Note: See TracChangeset for help on using the changeset viewer.