mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:02:56 +00:00
Fixed includes to compile.
svn path=/trunk/; revision=1947
This commit is contained in:
parent
51c0ed06fe
commit
6d96f0e0cc
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: beep.c,v 1.6 2000/10/05 19:17:25 ekohl Exp $
|
/* $Id: beep.c,v 1.7 2001/06/07 20:38:53 ea Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
#include <ddk/ntddbeep.h>
|
#include <ddk/ntddbeep.h>
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <internal/debug.h>
|
#include <debug.h>
|
||||||
|
|
||||||
|
|
||||||
/* TYEPEDEFS ***************************************************************/
|
/* TYEPEDEFS ***************************************************************/
|
||||||
|
@ -285,4 +285,4 @@ DriverEntry (PDRIVER_OBJECT DriverObject, PUNICODE_STRING RegistryPath)
|
||||||
return (STATUS_SUCCESS);
|
return (STATUS_SUCCESS);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* EOF */
|
/* EOF */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue