mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:32:57 +00:00
Optimierung der Applikationsfenster-Anzeige
svn path=/trunk/; revision=5611
This commit is contained in:
parent
85f2a50511
commit
f8e97c4994
2 changed files with 12 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue