mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
#include "csrss.h" -> #include <csrss.h>
svn path=/trunk/; revision=16734
This commit is contained in:
parent
3f77d0e91e
commit
c5646382a5
8 changed files with 8 additions and 8 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
/* INCLUDES ******************************************************************/
|
/* INCLUDES ******************************************************************/
|
||||||
|
|
||||||
#include "csrss.h"
|
#include <csrss.h>
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
/* INCLUDES ******************************************************************/
|
/* INCLUDES ******************************************************************/
|
||||||
|
|
||||||
#include "csrss.h"
|
#include <csrss.h>
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
/* INCLUDES ******************************************************************/
|
/* INCLUDES ******************************************************************/
|
||||||
|
|
||||||
#include "csrss.h"
|
#include <csrss.h>
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
/* INCLUDES ******************************************************************/
|
/* INCLUDES ******************************************************************/
|
||||||
|
|
||||||
#include "csrss.h"
|
#include <csrss.h>
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
* actually does nothing but running).
|
* actually does nothing but running).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "csrss.h"
|
#include <csrss.h>
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
/* INCLUDES ******************************************************************/
|
/* INCLUDES ******************************************************************/
|
||||||
|
|
||||||
#include "csrss.h"
|
#include <csrss.h>
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
* Compiled successfully with egcs 1.1.2
|
* Compiled successfully with egcs 1.1.2
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "csrss.h"
|
#include <csrss.h>
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* ReactOS Project
|
* ReactOS Project
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "csrss.h"
|
#include <csrss.h>
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
|
Loading…
Reference in a new issue