Ignore:
Timestamp:
Jun 6, 2009, 11:27:15 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

corelib/io: Adopted QFSFileEngine for OS/2 (posix-style).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/corelib/io/qfsfileengine_p.h

    r2 r18  
    139139    mutable uint could_stat : 1;
    140140    mutable uint tried_stat : 1;
    141 #ifdef Q_OS_UNIX
     141#if
    142142    mutable uint need_lstat : 1;
    143143    mutable uint is_link : 1;
Note: See TracChangeset for help on using the changeset viewer.