Optimierung der Applikationsfenster-Anzeige

svn path=/trunk/; revision=5611
This commit is contained in:
Martin Fuchs 2003-08-17 07:59:37 +00:00
parent 85f2a50511
commit f8e97c4994
2 changed files with 12 additions and 10 deletions

View file

@ -30,6 +30,7 @@ extern "C" {
#ifdef _MSC_VER
/*MF
typedef struct _IO_COUNTERS {
ULONGLONG ReadOperationCount;
ULONGLONG WriteOperationCount;
@ -38,6 +39,7 @@ typedef struct _IO_COUNTERS {
ULONGLONG WriteTransferCount;
ULONGLONG OtherTransferCount;
} IO_COUNTERS, *PIO_COUNTERS;
*/
#else