remove unused Q_FS_FAT from Windows qplatformdefs.h
Change-Id: I12a70c8a06fa5d82db1cb3d6e6a7ed870e7a8ec5 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
parent
ef5dd56eb9
commit
f7272b4587
@ -62,7 +62,6 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
#define Q_FS_FAT
|
|
||||||
#ifdef QT_LARGEFILE_SUPPORT
|
#ifdef QT_LARGEFILE_SUPPORT
|
||||||
#define QT_STATBUF struct _stati64 // non-ANSI defs
|
#define QT_STATBUF struct _stati64 // non-ANSI defs
|
||||||
#define QT_STATBUF4TSTAT struct _stati64 // non-ANSI defs
|
#define QT_STATBUF4TSTAT struct _stati64 // non-ANSI defs
|
||||||
|
@ -78,7 +78,6 @@ typedef enum {
|
|||||||
} EXTENDED_NAME_FORMAT, *PEXTENDED_NAME_FORMAT;
|
} EXTENDED_NAME_FORMAT, *PEXTENDED_NAME_FORMAT;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define Q_FS_FAT
|
|
||||||
#ifdef QT_LARGEFILE_SUPPORT
|
#ifdef QT_LARGEFILE_SUPPORT
|
||||||
#define QT_STATBUF struct _stati64 // non-ANSI defs
|
#define QT_STATBUF struct _stati64 // non-ANSI defs
|
||||||
#define QT_STATBUF4TSTAT struct _stati64 // non-ANSI defs
|
#define QT_STATBUF4TSTAT struct _stati64 // non-ANSI defs
|
||||||
|
@ -66,7 +66,6 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
#define Q_FS_FAT
|
|
||||||
#ifdef QT_LARGEFILE_SUPPORT
|
#ifdef QT_LARGEFILE_SUPPORT
|
||||||
#define QT_STATBUF struct _stati64 // non-ANSI defs
|
#define QT_STATBUF struct _stati64 // non-ANSI defs
|
||||||
#define QT_STATBUF4TSTAT struct _stati64 // non-ANSI defs
|
#define QT_STATBUF4TSTAT struct _stati64 // non-ANSI defs
|
||||||
|
@ -65,7 +65,6 @@
|
|||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#define Q_FS_FAT
|
|
||||||
#ifdef QT_LARGEFILE_SUPPORT
|
#ifdef QT_LARGEFILE_SUPPORT
|
||||||
#define QT_STATBUF struct _stati64 // non-ANSI defs
|
#define QT_STATBUF struct _stati64 // non-ANSI defs
|
||||||
#define QT_STATBUF4TSTAT struct _stati64 // non-ANSI defs
|
#define QT_STATBUF4TSTAT struct _stati64 // non-ANSI defs
|
||||||
|
Loading…
Reference in New Issue
Block a user