summaryrefslogtreecommitdiff
path: root/mkspecs/tru64-g++/qplatformdefs.h
diff options
context:
space:
mode:
authorJoão Abecasis <joao@trolltech.com>2010-01-15 18:10:46 +0100
committerJoão Abecasis <joao@trolltech.com>2010-01-22 17:50:20 +0100
commit31d18e089691c7ffb9c9c48579f1004eded9fc6d (patch)
tree3e5888e7a3269eba38271c2416c90c94cbaff913 /mkspecs/tru64-g++/qplatformdefs.h
parent0f8519368e2cfdaddb49cea60096fd03df69fd62 (diff)
downloadqt4-tools-31d18e089691c7ffb9c9c48579f1004eded9fc6d.tar.gz
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++/qplatformdefs.h')
-rw-r--r--mkspecs/tru64-g++/qplatformdefs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mkspecs/tru64-g++/qplatformdefs.h b/mkspecs/tru64-g++/qplatformdefs.h
index 15b83aa775..ed07d5be2b 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...