mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 05:01:03 +00:00
Add #include to prevent warnings on MmCopyFrom/ToUser
svn path=/trunk/; revision=4338
This commit is contained in:
parent
c5c4fcd810
commit
32f822eab5
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: coord.c,v 1.9 2003/03/14 22:48:31 ei Exp $
|
||||
/* $Id: coord.c,v 1.10 2003/03/18 08:34:37 gvg Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -11,9 +11,10 @@
|
|||
|
||||
#include <windows.h>
|
||||
#include <ddk/ntddk.h>
|
||||
#include <internal/safe.h>
|
||||
#include <win32k/coord.h>
|
||||
#include <win32k/dc.h>
|
||||
//#define NDEBUG
|
||||
#define NDEBUG
|
||||
#include <win32k/debug1.h>
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
|
Loading…
Reference in a new issue