1/* 2 * COPYRIGHT: See COPYING in the top level directory 3 * PROJECT: ReactOS system libraries 4 * FILE: dll/win32/kernel32/client/file/iocompl.c 5 * PURPOSE: Io Completion functions 6 * PROGRAMMERS: Ariadne (ariadne@xs4all.nl)
| 1/* 2 * COPYRIGHT: See COPYING in the top level directory 3 * PROJECT: ReactOS system libraries 4 * FILE: dll/win32/kernel32/client/file/iocompl.c 5 * PURPOSE: Io Completion functions 6 * PROGRAMMERS: Ariadne (ariadne@xs4all.nl)
|
7 * Oleg Dubinskiy (oleg.dubinskij2013@yandex.ua)
| 7 * Oleg Dubinskiy (oleg.dubinskij30@gmail.com)
|
8 * UPDATE HISTORY: 9 * Created 01/11/98 10 */ 11 12#include <k32.h> 13#define NDEBUG 14#include <debug.h> 15
--- 283 unchanged lines hidden --- | 8 * UPDATE HISTORY: 9 * Created 01/11/98 10 */ 11 12#include <k32.h> 13#define NDEBUG 14#include <debug.h> 15
--- 283 unchanged lines hidden --- |