Changeset 17 for trunk/mkspecs


Ignore:
Timestamp:
Jun 3, 2009, 7:50:42 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

corelib/global: OS/2 bits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mkspecs/os2-g++/qplatformdefs.h

    r16 r17  
    5252#include <errno.h>
    5353#include <sys/stat.h>
     54#include <sys/process.h>
    5455#include <stdlib.h>
    5556
     
    6667#define QT_STAT                 ::stat
    6768#define QT_FSTAT                ::fstat
     69#define QT_LSTAT                ::lstat
    6870//#endif
    6971#define QT_STAT_REG             S_IFREG
Note: See TracChangeset for help on using the changeset viewer.