diff options
author | João Abecasis <joao@trolltech.com> | 2010-01-15 17:10:46 (GMT) |
---|---|---|
committer | João Abecasis <joao@trolltech.com> | 2010-01-22 16:50:20 (GMT) |
commit | 31d18e089691c7ffb9c9c48579f1004eded9fc6d (patch) | |
tree | 3e5888e7a3269eba38271c2416c90c94cbaff913 /mkspecs/tru64-g++ | |
parent | 0f8519368e2cfdaddb49cea60096fd03df69fd62 (diff) | |
download | Qt-31d18e089691c7ffb9c9c48579f1004eded9fc6d.zip Qt-31d18e089691c7ffb9c9c48579f1004eded9fc6d.tar.gz Qt-31d18e089691c7ffb9c9c48579f1004eded9fc6d.tar.bz2 |
Dropping windows #define from qplatformheaders for *nix platforms.
QT_STATBUF4TSTAT was meant for the windows-specific _tstat function,
taking a _TCHAR* path argument.
Reviewed-by: Thiago Macieira
Diffstat (limited to 'mkspecs/tru64-g++')
-rw-r--r-- | mkspecs/tru64-g++/qplatformdefs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mkspecs/tru64-g++/qplatformdefs.h b/mkspecs/tru64-g++/qplatformdefs.h index 15b83aa..ed07d5b 100644 --- a/mkspecs/tru64-g++/qplatformdefs.h +++ b/mkspecs/tru64-g++/qplatformdefs.h @@ -94,8 +94,6 @@ #define QT_SOCKLEN_T int #endif -#define QT_STATBUF4TSTAT struct stat - #if defined(_XOPEN_SOURCE) && defined(_OSF_SOURCE) // Not available in the <unistd.h> header file of Tru64 4.0F. // Fixed in the <unistd.h> header of Tru64 5.0A so we copy/paste from there... |